Vorheriges Thema: Categorize a Service

Nächstes Thema: Move Raw Data

Delete a Service

This web service deletes a service.

HTTP Type

DELETE

Restriction

Administrator Only.

This web service is restricted to the global Cloud Commons DB only. This web service is restricted from being used on a local integrated DB.

URI

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

Parameter

Description

{serviceUUID}

UUID of the service 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/service/857c5626-e8a4-470a-a43d-8c5da794713a/delete?key=98ce4910fc7f6fdb7af270ea9b3162b6&secret=eafe362499ecead24b3092ec12853590

Sample output of successful execution:

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