Removes a category from a space, identified by spaceKey.
Example request URI:
https://example.com/confluence/rest/api/space/TEST/category/example-category
Forge and OAuth2 apps cannot access this REST resource.
string
Requiredstring
RequiredReturned if the category is removed successfully.
1
2
curl --request DELETE \
--url 'http://{baseurl}/confluence/rest/api/space/{spaceKey}/category/{categoryName}'
Rate this page: