DELETE
/
card
Delete Card
curl --request DELETE \
  --url https://nini.monieswitch.com/card \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

cardId
integer

Body

application/json · object

Response

Delete Card - Successful