/payment-source-extended
Deletes a payment source. WARNING will also delete all associated wallets and transactions.
Authorization
API-Key token<token>
API key authentication via header (token)
In: header
Request Body
application/json
id*string
The id of the payment source to be deleted
Response Body
application/json
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"
}
}


