Skip to main content
DELETE
Delete a customer

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer , where is your auth token.

Path Parameters

customer_id
string
required

The customer ID to be deleted

Response

Success

success
boolean

Success flag

Example:

true

message
string

Response message

Example:

"Customer added successfully"