Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

4466 articles

Delete a Customer tax ID


Delete a Customer tax ID

DELETE / v1 / customers /:id / tax_ids /:id

Deletes an existing tax_id object.

Parameters

No parameters.

Returns

Returns an object with a deleted parameter on success. If the tax_id object does not exist, this call raises an error.

Response

{ "id": "txi_1MoC8zLkdIwHu7ixEhgWcHzJ", "object": "tax_id", "deleted": true}

Delete a tax ID

DELETE / v1 / tax_ids /:id

Deletes an existing account or customer tax_id object.

Parameters

No parameters.

Returns

Returns an object with a deleted parameter on success. If the tax_id object does not exist, this call raises an error.

Response

{ "id": "txi_1NuMB12eZvKYlo2CMecoWkZd", "object": "tax_id", "deleted": true}
Last verified 2026-09-24

Is this helpful?