Deleting SSL/TLS provider credentials¶
Note
This request is only available to members of the root group and organisation administrators. Deleting the credentials also removes them from every SSL/TLS request that currently references them; these requests keep their saved provider name but cannot be issued again until new credentials have been assigned. Deleted or non-existent credentials always return a 403 response instead of a 404 response.
Sends a DELETE request to the endpoint /ssl/providers/{id}.
Description¶
The Delete-Ssl-Provider-Credentials request deletes a set of SSL/TLS provider credentials of the organisation.
Requirements¶
Values of the request: Provider-ID {id}
Objects: none
Request¶
To delete a set of SSL/TLS provider credentials, the Provider-ID {id} needs to be added to the path of the request.
Responses¶
The following responses are available:
| STATUS CODE | DESCRIPTION |
|---|---|
| 200 | The request has succeeded. |
| 401 | The request has not succeeded because the user authentication was incorrect. |
| 403 | The request has not succeeded because the user does not have the right permissions. |