DELETE Delete Tag​
DELETE
/tags/{id}
Permanently delete a tag by its ID. This removes the tag and its associations with contacts.
Authorizations​
ApplicationPasswords
WordPress Application Passwords — use Basic auth with your WordPress username and an application password in the format: username:application_password
Type
API Key (header: Authorization)
Parameters​
Path Parameters
id*
The ID of the tag to delete.
Type
Requiredinteger
Responses​
Tag deleted successfully.
application/json
JSON
{
"message": "string"
}