Authorization: Digest username=guest, realm="test", nonce="2", uri="/uri", response="***"
{ "external_customer_id": "{{external_customer_id}}", "id": 1 }
curl --location --request DELETE 'https://api.staging.mintedconnect.com/partner/cards/delete' \ --header 'x-client-id;' \ --header 'api-version: 3' \ --header 'Accept-Language: tr' \ --header 'Content-Type: application/json' \ --data-raw '{ "external_customer_id": "MTD0018232", "id": 1 }'
{ "data": [], "success": true, "code": 0, "message": "" }