Delete a certificate SAN
DELETE
/api/organizations/{organizationId}/certificates/{certificateId}/sans/{id}
Removes the Subject Alternative Name from the certificate.
Authorizations
ApiToken
Long-lived API token created via POST /api/api-tokens (returned once in plaintext).
Type
API Key (header: X-API-TOKEN)
or
JWT
JWT access token obtained via POST /api/auth/login. Send as: Authorization: Bearer
Type
HTTP (bearer)
Parameters
Path Parameters
organizationId*
Organization identifier
Type
Requiredstring
certificateId*
Certificate identifier
Type
Requiredstring
id*
certificate-san identifier
Type
Requiredstring
Responses
certificate-san resource deleted
