Delete Certificate

DELETE {{apiPath}}/environments/{{envID}}/certificates/{{certID}}

You can perform a DELETE operation on a certificate resource to remove it from the environment. However, the certificate must not be associated with any applications. If the certificate is used by an application, it cannot be deleted.

To delete a certificate resource, use the DELETE /environments/{{envID}}/certificates/{{certID}} operation and specify the ID of the certificate to delete in the request URL.

When successful, the DELETE request returns a 202 Accepted message with the certificate in the response body.