/
/User Management API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 14h ago · Updated 2w ago
Action Management API12
Authentication Management API2
Category Management API8
  • postAdd asset to existing category
  • getList accessible categories
  • postCreate new category
  • getRetrieve a category with specific ID
  • putUpdate existing category with input information. If not specified in the input, the existing value will be kept intact
  • deleteDelete existing category with given ID
  • postRemove asset from existing category
  • getSearch categories
Datasource Management API5
Group Management API8
KPI Management API10
Natural Language Processing Management API2
Report Management API11
Role Management API2
User Management API10
  • getList share information for alert
  • putAdd share information for alert
  • postSet share information for alert
  • deleteClear share information for alert
  • getList accessible alerts
  • postCreate new alert
  • getRetrieve an alert with specific ID
  • putUpdate existing alert with input information. If not specified in the input, the existing value will be kept intact
  • deleteDelete existing report with given ID
  • postPause alert with specific ID
  • postPreview alert widget
  • postExecute alert
  • postResume paused alert with specific ID
  • postCreate a new datasource
Category Management API

Delete existing category with given ID

delete/api/2.0/category/{objectId}

Path parameters

objectIdinteger required

Category ID to be deleted

Response

Success

messagestring

Message

documentationstring

Link to documentation

Changes