REST API - delete

esx authentication trust security token issuers: delete

Delete an existing security token issuer trust.

Request:

HTTP request

DELETE https://{server}/api/esx/authentication/trust/security-token-issuers/{issuerAlias}

Response:

HTTP Status Code: 204

Headers:

None

Type:

None

Errors:

HTTP Status Code Type Description
404 not_found if there is no security token issuer trust for the alias.
500 error if there is a problem storing the data.
401 unauthenticated if the user can not be authenticated.