Tema anterior: Assign a Capability to a Category

Tema siguiente: Create a Category

Remove a Capability from a Category

This web service removes a capability from being assigned to a specific category.

HTTP Type

DELETE

Restriction

Administrator Only.

URI

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

Parameter

Description

{categoryUUID}

UUID of the category to which the capability is currently assigned.

&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.

&capabilityUUID

UUID of the capability to be deleted from the category.

Example:

https://smi.cloudcommons.com:8443/Insight_API/json/SMI/0.5/category/29c2c5ea-4173-4b58-b08b-90dc2906e58b/capability/delete?capabilityUUID=c1d1857d-190c-4369-86b1-1422628902a2&key=95bf5da46010b6ddaa8baca04fd94e73&secret=7ec5680d8ac7f03c919dad7770381358

Sample output of successful execution:

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