# Delete a card associated to a payer
Dissociate a specific card to a payer This endpoint enables you to dissociate a specific card to a payer using the payer ID and credit card ID.
Request example
- Shell
- JavaScript
curl -X DELETE \
https://api.ompay.com/v1/merchants/w3z8dfhkzvfq0j9n/payer/0f053a05-9fa2-49a1-871f-3098e4b114e2/card/9c22d208-4e25-47f8-8d32-c0e6d97c17c2 \
-H 'authorization: Basic ODZidWQ0Y2JremlxOXZmYzoweHI1ZDkwOHo2bmo4a2h6' \
-H 'content-type: application/json'
}
Response example
"DONE"
# Request
# Header parameters
The request require a Basic
authentication in the header. For more information about HTTP request headers, see HTTP request headers.