{
"customer": {
"id": "CUST-123123",
"name": "Anton Budiman"
},
"debit_card": {
"token_id": "TOK_WMBD4E7ETDYVUEHNK4NEZFQP2WVQFCTQ::062115:41:36.718"
}
}
curl --location --request POST '/direct-debit/v1/token-delete' \
--header 'Client-Id: {{client_id}}' \
--header 'Request-Id: {{request_id}}' \
--header 'Request-Timestamp: {{request_timestamp}}' \
--header 'Signature: {{signature}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"customer": {
"id": "CUST-123123",
"name": "Anton Budiman"
},
"debit_card": {
"token_id": "TOK_WMBD4E7ETDYVUEHNK4NEZFQP2WVQFCTQ::062115:41:36.718"
}
}'
{}