Delete Provider
DELETE /vdc/admin/authnproviders/{id}
Deletes an authentication provider.
id | URN of the authentication provider to be deleted |
Required Roles
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
Request
DELETE https://192.168.0.0:4443/vdc/admin/authnproviders/urn:storageos:AuthnProvider:9088146a-fa8a-4e45-9834-89bb62cd505b:.json HTTP/1.1
Content-Type: application/json
X-SDS-AUTH-TOKEN: <AUTH_TOKEN>
Response
HTTP/1.1 200 OK
Request
curl -H $token -H "Content-Type: application/xml" -X DELETE https://$nodeIp:4443/vdc/admin/authnproviders/urn
Response
HTTP/1.1 200 OK