TemplateCategory/Id/Delete
From Oxygen.next Wiki
Contents |
[edit] Description
Deletes the TemplateCategory with the given Id.
[edit] Summary
URL: https://api.oxygennext.com/TemplateCategory/Id/Delete.format
Formats: Xml, Json
Requires Authentication (about Authentication): true
HTTP Method(s): POST
API rate limited (about Rate Limiting): true
[edit] Parameters
Id = Id (Guid) from the TemplateCategory.
Response
XML Example (truncated)
<?xml version="1.0" encoding="utf-8" ?> <Result> <ErrorCode>0</ErrorCode> <Message>OK</Message> </Result>
[edit] Usage examples
cURL (about cURL):
curl -u user:password https://api.oxygennext.com/TemplateCategory/351abeb6-0c54-40ad-93ec-f12e93e66370/Delete
Do you have an example to share in the language of your choice? Please share!
