Skip to main content
DELETE
/
customers
/
{customer_id}
Delete customer
curl --request DELETE \
  --url https://api.withorb.com/v1/customers/{customer_id} \
  --header 'Authorization: Bearer <token>'
{
  "type": "https://docs.withorb.com/reference/error-responses#400-constraint-violation",
  "status": 400,
  "detail": "<string>",
  "title": "<string>"
}

Authorizations

Authorization
string
header
required

API Keys can be issued in the Orb's web application.

Path Parameters

customer_id
string
required

Response

No Content