delete https://api-sandbox.qorcommerce.io/v3/payment/token
Remove / Expire a payment token
Provide the unique payment token identifier and the last4 of the credit card or account_number that the token represents in the query string parameters ?token={token}&last4={last4}
Example:
curl --request DELETE \
> --url https://<<test_api_url/v3/payment/token?token=3465$jfei5jfj&last4=3465 \
> --header 'qor-app-key: T6554252567241061980' \
> --header 'qor-client-key: 01dffeb784c64d098c8c691ea589eb82'
References
Link to details on related response codes.