Skip to main content
DELETE
/
v1
/
customers
/
{id}
Delete a customer
curl --request DELETE \
  --url https://api.sandbox.busha.so/v1/customers/{id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer Authentication

Headers

X-BU-PROFILE-ID
string

User profile header

Example:

"BUS_YOK8tp5Zga01qOKEsqp07"

Path Parameters

id
string<nanoid>
required
Example:

"bus_123456789"

Response

Successfully deleted the customer (No Content)