deleteContentCategory
- Home
- Categories & Tags
- SvcTagMaster
- deleteContentCategory
deleteContentCategory
Deletes a content category from the network.
Parameters
Name | Description |
nodeID required | The node ID of the network where the tag/content is |
tagID required | A tag ID we’re operating on |
output optional | The response output format. Accepts JSON and XML. |
Request Syntax
https://services.onesite.com/rest/svcTagMaster?action=deleteContentCategory&nodeID=188234&tagID=369393&devkey=[devkey] |
JSON Response
1 2 3 4 5 6 7 |
{ "service":"svcTagMaster", "action":"deleteContentCategory", "code":1, "message":"Tag Deleted", "item":369393 } |
Service Information
Service | svcTagMaster |
Method | deleteContentCategory |
Type | REST |
Response Types | JSON, XML |