PODeleteCustomerTokenRequest
data class PODeleteCustomerTokenRequest(val customerId: String, val tokenId: String, val clientSecret: String)
Request to delete a customer token.
Parameters
customerId
ID of the customer.
tokenId
Token ID that belong to the customer.
clientSecret
Client secret is a value of X-ProcessOut-Client-Secret header of the invoice.