This web service deletes a provider.
DELETE
Administrator Only.
{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,
}
}
| Copyright © 2012 CA. Alle Rechte vorbehalten. | Senden Sie CA Technologies eine E-Mail zu diesem Thema. |