Delete Token

Delete an existing card token

DELETE https://<PayEngine-host>/api/cards/:id

Path Parameters

Name
Type
Description

id*

String

PayEngine card unique ID

curl --location --request DELETE 'http://<PayEngine-host>/api/cards/<card_id>' \
--header 'Authorization: Basic <YOUR_API_SECRET>'

Last updated