Delete a token by referenceAsk AIdelete https://api.staging.payrails.io/payment/providers/{providerId}/tokens/{tokenReference}Delete a token from Payrails and the provider.Path ParamsproviderIduuidrequiredIdentifier of the resource in Payrails.tokenReferencestringrequiredPath parameter with the reference to the token in the provider.Headersx-idempotency-keyuuidrequiredIdempotency key to be used. Sending again the same key would return the same result without re-executing the update.Responses 200Success. 400Bad Request. 401Unauthorized. 403Insufficient Scope. 404Not Found. 429Too Many Requests.Updated 11 months ago