DELETE
/
customers
/
{customer_id}
/
entities
/
{entity_id}
TypeScript
await autumn.entities.delete(customer_id='user_123', entity_id='seat_456');

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)