Delete a token by IDAsk AIdelete https://api.staging.payrails.io/payment/instruments/{instrumentId}/tokens/{tokenId}Delete a token from Payrails and the provider.Path ParamsinstrumentIduuidrequiredIdentifier of the resource in Payrails.tokenIduuidrequiredIdentifier of the resource in Payrails.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