v1

latestOpenAPI 3.1.02026-07-241210356.3 KB
Customers

Remove

This endpoint allows you to remove a customer from the system.

post/Customers/Remove/{customer_uid}

Path parameters

customer_uidstring required

Customer unique identifier.

Headers

api-keystring required

API Key

secret-keystring required

Secret Key

Response

200

dataobject

Example response

{
  "results": {
    "status": "success",
    "description": "operation has been success"
  }
}