Documentation Index
Fetch the complete documentation index at: https://docs.uqpay.org/llms.txt
Use this file to discover all available pages before exploring further.
Parameters
The id of the cardholder for the card.
Response
Indicates whether the call was successful. 200 if successful, 400 if not.
Response Message. “Success” if successful, others not.
curl 'https://api.sandbox.uqpay.org/api/v1/cardholders/65dd6638-5c23-4d9c-9672-1e7fd0fb0c14/remove' \
-H 'content-type: application/json' \
-H 'x-auth-token: Bearer 0e043e2ec6898b3220a0921466d7c203' \
-H 'x-client-id: Up1HIsjiETPXLy7gON9PMG' \
--data-raw '{}'
{
"code": 200,
"message": "Success"
}