Masumi Logo

/payment-source-extended

Deletes a payment source. WARNING will also delete all associated wallets and transactions.

DELETE
/payment-source-extended
token<token>

API key authentication via header (token)

In: header

idstring

The id of the payment source to be deleted

Response Body

curl -X DELETE "https://loading/./../api/v1/payment-source-extended/" \
  -H "Content-Type: application/json" \
  -d '{
    "id": "unique_cuid_v2_auto_generated"
  }'
{
  "status": "success",
  "data": {
    "id": "unique_cuid_v2_auto_generated"
  }
}