• Access Mode
  • Admin Group
  • Admin User
  • Attachments
  • Backup and Restore
  • Category
  • Child Content
  • Content Blueprint
  • Content Body
  • Content Descendant
  • Content Labels
  • Content Property
  • Content Resource
  • Content Restrictions
  • Content Version
  • Content Watchers
  • GlobalColorScheme
  • Group
  • Instance Metrics
  • Label
  • Long Task
  • Server Information
  • Space
  • Space Label
  • Space Permissions
  • Space Property
  • Space Watchers
  • SpaceColorScheme
  • User
  • User Group
  • User Watch
  • Webhooks
  • Other operations
Server
Confluence Data Center / / REST API

Category

Postman Collection
OpenAPI
DEL

Remove a category from a space

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.

Request

Path parameters

spaceKey

string

Required
categoryName

string

Required

Responses

Returned if the category is removed successfully.

DEL/rest/api/space/{spaceKey}/category/{categoryName}
1 2 curl --request DELETE \ --url 'http://{baseurl}/confluence/rest/api/space/{spaceKey}/category/{categoryName}'

Rate this page: