Vorheriges Thema: Create a Provider

Nächstes Thema: Update Provider Information

Delete a Provider

This web service deletes a provider.

HTTP Type

DELETE

Restriction

Administrator Only.

URI

{type}/SMI/{version}/provider/{providerUUID}/delete

Parameter

Description

{providerUUID}

UUID of the provider 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/provider/b7ae983c-35b3-478f-84f5-ab7997e28383/delete?key=98ce4910fc7f6fdb7af270ea9b3162b6&secret=eafe362499ecead24b3092ec12853590

Sample output of successful execution:

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