Deleting an SSL/TLS request¶
Note
This action is only available to members of the root group. Deleting an SSL/TLS request is a soft delete: it also removes all certificates issued for the request that are not assigned to another active SSL/TLS request.
Sends a DELETE request to the endpoint /ssl/requests/{id}.
Description¶
The DeleteSslRequest request deletes an SSL/TLS request of the organisation.
Requirements¶
Values of the request: Request-ID {id} Objects: none
Request¶
To delete an SSL/TLS request, add the Request-ID {id} 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. |
| 404 | The request was unsuccessful because the requested resource was not found. |