cURL
curl --request DELETE \ --url https://api.numeralhq.com/tax/customers/{customer_id} \ --header 'Authorization: Bearer <token>'
{ "object": "tax.customer", "deleted_at": 1721782604 }
Delete a specific customer using its ID
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the customer to delete
Customer deletion response
The response is of type object.
object