Skip to content

Delete User Card

Endpoint details

Method: DELETE
URL: BASE_URL/merchant/userCard/deleteUserCard/?userCardId=78a3535a-c4f6-4287-sssf-2axxb3aadaaf
Header:

plaintext
api-key: JYVhflEK.paste_given_api_key_here
QueryTypeRequired
userCardIdstringYes

Success response

json
{
  "result": true,
  "error": null
}

Error response

json
{
  "result": null,
  "error": {
    "message": "card_not_found",
    "code": "card_not_found"
  }
}