Vorheriges Thema: Get a Capability by UUID

Nächstes Thema: Categories

Delete a Capability

This web service allows a user to delete a capability.

HTTP Type

DELETE

Restriction

Administrator Only.

URI

{type}/SMI/{version}/capability/{capabilityUUID}/delete

Parameter

Description

{capabilityUUID}

UUID of the capability to delete.

&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/capability/1d60e8f6-c7a9-4e40-9538-d3f6624cb508/delete?key=95bf5da46010b6ddaa8baca04fd94e73&secret=7ec5680d8ac7f03c919dad7770381358

Sample output of successful execution:

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