Remove label from content using query parameter
DELETE {{baseUrl}}/api/content/:id/label?name=<string>
Removes a label from a piece of content. This is similar to Remove label from content except that the label name is specified via a query parameter.
Use this method if the label name has /
characters, as
Remove label from content using query parameter
does not accept /
characters for the label name.
Permissions required: Permission to update the content.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
name | string | (Required) The name of the label to be removed. |