Skip to content

Latest commit

 

History

History
55 lines (37 loc) · 1.12 KB

category_delete.rst

File metadata and controls

55 lines (37 loc) · 1.12 KB

category_delete

DELETE /orgs/{oid}/categories/{cid}

Summary

  • Method: DELETE
  • Response Code: 204 / 200
  • Response Formats:
  • Since: UForge 3.0

Deletes a category from an organization.

Warning

Only administrators have the ability to create and manage categories

Security Summary

  • Requires Authentication: true
  • Entitlements Required: categories_administrate

URI Parameters

  • oid (required): the id of the org-object
  • cid (required): the id of the category-object

HTTP Request Body Parameters

None

Example Request

curl "https://uforge.example.com/api/orgs/{oid}/categories/{cid}" -X DELETE \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"
  • category-object
  • categoryChild-create
  • category-create
  • category-deleteAll
  • category-get
  • category-getAll
  • category-update
  • org-object