Cloud Enterprise Object Storage REST API

Search (SHIFT+S)




Modified since last release

Delete Provider

DELETE /vdc/admin/authnproviders/{id}

Deletes an authentication provider.

idURN of the authentication provider to be deleted

Required Roles

  • SECURITY_ADMIN


Request Payload

No Request Payload


Response Body

Response indicating Success or Failure to delete authentication provider


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