Skip to main content
DELETE
/
customers
/
{customer_id}
Delete a customer
curl --request DELETE \
  --url https://api.flatpeak.com/customers/{customer_id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Accepted"
}

Authorizations

Authorization
string
header
required

Authenticate with bearer you obtained from authentication endpoint.

Path Parameters

customer_id
string
required

Flatpeak Customer ID

Response

202 accepted

message
string
Example:

"Accepted"