Skip to content
View as Markdown

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
integer
Required

Responses​

Tag deleted successfully.

application/json
JSON
{
"message": "string"
}

Playground​

Authorization
Variables
Key
Value

Samples​

Powered by VitePress OpenAPI