Skip to content
View as Markdown

DELETE Delete Label​

DELETE
/labels/{id}

Permanently delete a label by ID. This removes the label from the fc_terms table. Any funnel associations referencing this label are not automatically removed by this endpoint.

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 label ID to delete.

Type
integer
Required

Responses​

Label deleted successfully.

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

Playground​

Authorization
Variables
Key
Value

Samples​

Powered by VitePress OpenAPI