Vorheriges Thema: Assign a List of Capabilities to a Service by Name

Nächstes Thema: Update a Service Provider by UUID

Remove a Capability from a Service

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

HTTP Type

DELETE

Restriction

Administrator Only.

URI

{type}/SMI/{version}/service/{serviceUUID}/capability/delete

Parameter

Description

{serviceUUID}

UUID of the category to which the capability is to be removed.

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

Example:

https://smi.cloudcommons.com:8443/Insight_API/json/SMI/0.5/service/e7bcd896-de63-40d3-8b4f-1c648e746ce2/capability/delete?capabilityUUID=b32aa92e-64b7-48ef-bf83-859f85c611b9&key=95bf5da46010b6ddaa8baca04fd94e73&secret=7ec5680d8ac7f03c919dad7770381358

Sample output of successful execution:

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