v1
latestOpenAPI 3.0.12026-07-13130168404.3 KBContent labels
Remove label from content
Removes a label from a piece of content. Labels can't be deleted from archived content. This is similar to Remove label from content using query parameter except that the label name is specified via a path parameter.
Use this method if the label name does not have "/" characters, as the path parameter does not accept "/" characters for security reasons. Otherwise, use Remove label from content using query parameter.
Permissions required: Permission to update the content.
delete/wiki/rest/api/content/{id}/label/{label}
Path parameters
idstring required
The ID of the content that the label will be removed from.
labelstring required
The name of the label to be removed.
Response
Returned if the label is removed. The response body will be empty.