InstrumentTokens
Delete a token by reference
Delete a token from Payrails and the provider.
delete/payment/providers/{providerId}/tokens/{tokenReference}
Path parameters
providerIdstring uuid required
Identifier of the resource in Payrails.
tokenReferencestring required
Path parameter with the reference to the token in the provider.
Headers
x-idempotency-keystring uuid required
Idempotency key to be used. Sending again the same key would return the same result without re-executing the update.
Response
Success.