Skip to main content
DELETE
/
v1
/
customers
Delete Customer
curl --request DELETE \
  --url https://api.example.com/v1/customers \
  --header 'Authorization: Bearer <token>'
{
  "type": "<string>",
  "title": "<string>",
  "status": 123,
  "detail": "<string>",
  "instance": "<string>"
}

Authorizations

Authorization
string
header
required

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

Query Parameters

Id
string<uuid>
required

Response

OK