Skip to main content
DELETE
Delete Tag

💡 Notes

  • Deleting a tag will automatically detach it from all associated contacts
  • This action cannot be undone
  • The tag ID will not be reused

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workspace
string<uuid>
required

ID of the workspace.

tag
integer
required

ID of the tag.

Response

message
string
required
Example:

"Resource deleted successfully."

status
integer
required
Example:

200