Skip to main content
DELETE
/
v1
/
customers
/
{customerId}
/
tax-profiles
/
{id}
Delete customer tax profile
curl --request DELETE \
  --url https://api.quentli.com/v1/customers/{customerId}/tax-profiles/{id} \
  --header 'Authorization: Bearer <token>'
{
  "customerId": "<string>"
}

Authorizations

Authorization
string
header
required

Organization API key using Authorization: Bearer sk_....

Path Parameters

customerId
string
required

Identifier of the customer.

id
string
required

Identifier of the customer tax profile.

Response

Customer tax profile deleted

Response after deleting a customer tax profile.

customerId
string
required

Customer whose tax profile was deleted.