Skip to main content
POST
/
api
/
customers
/
{customer_id}
/
delete
Delete Customer
curl --request POST \
  --url http://127.0.0.1:8083/api/customers/{customer_id}/delete \
  --header 'X-API-Key: <api-key>' \
  --header 'X-API-Secret: <api-key>'
{
  "error": true,
  "success": true,
  "warn": true,
  "empty": true
}

Authorizations

X-API-Key
string
header
required

Includes an API key in the HTTP headers to authenticate the client.

X-API-Secret
string
header
required

Includes an API secret in the HTTP headers to authenticate the client.

Path Parameters

customer_id
string
required

Response

Operation Successful

error
boolean
success
boolean
warn
boolean
empty
boolean
{key}
object