Delete
/v1/Categories/{categoryId}

Security
API Key
Header parameter nameapi_token
Enter REST API key. To generate a key, go to Settings → Knowledge base portal → API tokens
Path parameters
categoryId
string Required

The ID of the category

Responses
200
400
Show example

Success

Collapse all

object

data
object

slug
string 

The slug of the category


seo_title
string 

SEO title of the category


description
string 

category description


allow_comments
boolean 

Allow comments for category


show_table_of_contents
boolean 


featured_image_url
string 


tags
Array of string


status_indicator
integer 

Valid values[0,1,2,3]
status_indicator_expiry_date
string 


exclude_from_search
boolean 


related_articles
Array of object


object

content_type
integer 

Valid values[0,1,2]
extension_data
object

success
boolean 

Status indication for customer Api response


errors
Array of object

Errors in the customer Api response


object

warnings
Array of object

Warning in the customer Api response


object

information
Array of object

Information passed by the customer Api response


object