Delete Token
Delete an existing card token
Path Parameters
Name
Type
Description
curl --location --request DELETE 'http://<PayEngine-host>/api/cards/<card_id>' \
--header 'Authorization: Basic <YOUR_API_SECRET>'{
"message": "Card deleted"
}Last updated