Skip to main content
DELETE
/
api
/
customers
/
{id}
Delete Customer
curl --request DELETE \
  --url https://app.sphinxhq.com/api/customers/{id}/ \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

OAuth2 access token obtained from POST /api/oauth/token/ using client credentials.

Path Parameters

id
integer
required

A unique integer value identifying this check customer.

Response

204

No response body