esx authentication client profiles: delete
Delete an existing client profile.
Request:
HTTP request
DELETE https://{server}/api/esx/authentication/client-profiles/{profile}
Path Parameters
Name | Type | Description |
---|---|---|
Required | ||
profile | string | The client profile identifier to remove. |
Response:
HTTP Status Code: 204
Headers:
NoneType:
NoneErrors:
HTTP Status Code | Type | Description |
---|---|---|
404 | not_found | if the profile is not found. |
500 | error | if there is a problem storing the data. |
401 | unauthenticated | if the user can not be authenticated. |