curl --request DELETE \ --url https://api.useautumn.com/v1/customers/{customer_id}/entities/{entity_id} \ --header 'Authorization: Bearer <token>'
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Your unique identifier for the customer
Your unique identifier of the entity (eg, a seat ID)