API Reference
Log In
API Reference

Delete a Category

Archives a category (soft delete). The category document is retained. Elements, fields, and automations in the category are always archived; associated files, notes, and tasks are detached (kept) by default, or archived when the matching removeFiles/removeNotes/removeTasks flag is set.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Category ID

string
required

Project ID

Query Params
boolean
Defaults to false

When true, also archive files linked to elements in the category. Defaults to false, in which case those files are detached (kept, but unlinked from the category).

boolean
Defaults to false

When true, also archive notes linked to elements in the category. Defaults to false, in which case those notes are detached (kept, but unlinked from the category).

boolean
Defaults to false

When true, also archive tasks linked to elements in the category. Defaults to false, in which case those tasks are detached (kept, but unlinked from the category).

Responses
204

Category successfully archived

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json