Delete existing Article Category

You can use this API to delete an article category.

Query Parameters:

configure_to [Mandatory]:  You must configure another category id to transfer the articles to other categories before deleting it.

OAuth Scope:

SalesIQ.articles.DELETE

URL

Copiedhttps://{[zohosalesiq_server_uri](https://www.zoho.com/salesiq/help/developer-section/rest-api-v2.html)}/api/v2/{portal_name}/articlecategories/{id}

Example

Copiedhttps://salesiq.zoho.com/api/v2/zylker/articlecategories/53400000000328033

Query Param

Copied{
   "configure_to" : "53400000000328056"
}