EMC ViPR REST API

Search (SHIFT+S)

API Reference


Delete Provider

DELETE /vdc/admin/authnproviders/{id}

Delete the provider with the provided id. Authentication services will no longer use this provider for authentication.

idthe URN of a ViPR provider authentication to be deleted

Required Roles

  • SECURITY_ADMIN

Request Payload

No Request Payload


Response Body

No data returned in response body


Examples

Request
DELETE https://192.168.0.0:4443/vdc/admin/authnproviders/urn:storageos:AuthnProvider:9088146a-fa8a-4e45-9834-89bb62cd505b: HTTP/1.1

Content-Type: application/xml
X-SDS-AUTH-TOKEN: <AUTH_TOKEN>
Response
HTTP/1.1 200 OK