Skip to main content
Use this endpoint to permanently remove a tag from your workspace. Once deleted, the tag will be unassigned from all contacts that previously held it. This action is irreversible, so confirm you no longer need the tag before proceeding.
DELETE /api/v1/tags/{id}

Path Parameters

string
required
The numeric ID of the tag to delete. Must match the pattern \d+.

Code Examples

Response

Returns 204 No Content on success. No response body is returned.
Deleting a tag is permanent. All contacts that carried this tag will no longer have it, and the tag cannot be recovered.