Delete a certificate
Deletes a certificate. Rejected with 409 while any hostname still uses it - remove those hostnames (and their zones or redirects) first. When the certificate's domain has no hostnames and no managed DNS the domain is removed together with the certificate so its name becomes available again; when the domain still has managed DNS only the certificate is removed and the domain is kept.
Authorizations
Long-lived API token created via POST /api/api-tokens (returned once in plaintext). A token created with readOnly may only perform safe requests (GET, HEAD, OPTIONS); write requests are rejected on every endpoint.
JWT access token obtained via POST /api/auth/login. Send as: Authorization: Bearer
Parameters
Path Parameters
Organization identifier
certificate identifier
Responses
certificate resource deleted
