Tema anterior: Create a Category

Tema siguiente: Organizations

Delete a Category

This web service allows a user to delete a category.

HTTP Type

DELETE

Restriction

Administrator Only.

URI

{type}/SMI/{version}/category/{categoryUUID}/delete

Parameter

Description

&key

The API Key that is provided when your application has been registered.

&secret

The Shared Secret that is provided when your application has been registered.

Example:

https://smi.cloudcommons.com:8443/Insight_API/json/SMI/0.5/category/29c2c5ea-4173-4b58-b08b-90dc2906e58b/delete?key=95bf5da46010b6ddaa8baca04fd94e73&secret=7ec5680d8ac7f03c919dad7770381358

Sample output of successful execution:

{
"result":
	{
	"returnCode": "0",
	"errorMessage": "Operation Successful.",
	"resultCount": 0,
	}
}