10-09-API-deleteCategory
From ThirdPresence Wiki
Description
GET Request for deleting a particular category
Request parameters
| Name | Description | Required |
| categoryId | Thirdpresence id for category | yes |
| providerId | Customer own id for category. (Max. 255 length String). | no |
| deleteContent | Should content of the category removed also. true or false. If false content is moved to default category (root category). | yes |
Response Elements
JSON String describing the status of the category removal.
Examples
Example requests
http://api.thirdpresence.com/10-09/category/?Action=deleteCategory& authToken=ewquo0d0a9dlcadkd09u&version=10-09& categoryId=1143&deleteContent=true
Example Response
{"contencategory":"deleted"}
This page was last modified on 25 November 2010, at 14:27.