Deleting an SSL/TLS certificate of a domain¶
Note
This request is only available to agents and the legacy superadmin role.
Sends a DELETE request to the endpoint /domain/{domainId}/certificates/{id}.
Description¶
The Delete-Certificate request deletes an SSL/TLS certificate of a domain.
Requirements¶
Values of the request: Domain-ID {domainId}, Certificate-ID {id}
Objects: none
Request¶
To delete an SSL/TLS certificate of a domain, the Domain-ID {domainId} and the Certificate-ID {id} need 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. |
| 404 | The request was unsuccessful because the requested resource was not found. |