cURL
curl --request DELETE \ --url https://api-dev.paygen.online/cards/{cardId} \ --header 'Authorization: Bearer <token>'
{ "statusCode": 123, "message": "<string>", "data": null }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Card deleted successfully.