v1

latestOpenAPI 3.1.02026-08-04490133.8 KB

Terminate a card

post/cards/terminate

Request body

cardIdstring

Enter the cardId of the card you want to terminate

Response

200

codeinteger
successboolean

Example response

{
  "code": 200,
  "data": {
    "message": "Card Scheduled for removal in 24 hours"
  },
  "success": true
}