DELETE
/
customers
/
{customer_id}
/
entities
/
{entity_id}
curl --request DELETE \
  --url https://api.useautumn.com/v1/customers/{customer_id}/entities/{entity_id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Path Parameters

customer_id
string
required

Your unique identifier for the customer

entity_id
string
required

Your unique identifier of the entity (eg, a seat ID)