Delete Token
Delete an existing card token
DELETE
https://<Platform-host>/api/cards/:id
Path Parameters
Name
Type
Description
id*
String
Platform card unique ID
curl --location --request DELETE 'http://<Platform-host>/api/cards/<card_id>' \
--header 'Authorization: Basic <YOUR_API_SECRET>'
Last updated