vcenter identity providers: delete
Delete a vCenter Server identity provider. This operation was added in vSphere API 7.0.0.
Request:
HTTP request
DELETE https://{server}/rest/vcenter/identity/providers/{provider}
Path Parameters
| Name | Type | Description |
|---|---|---|
| Required | ||
| provider | string | the identifier of the provider to delete. |
Response:
HTTP Status Code: 200
NoneErrors:
| HTTP Status Code | Type | Description |
|---|---|---|
| 403 | unauthorized | if authorization is not given to caller. |
| 404 | not_found | if no provider found with the given provider identifier. |