Delete a certificate.
Deletes an existing certificate by its ID.
Path parameters
-
The ID of the certificate to delete.
DELETE /api/v1/files/certificates/{certificate_id}
curl \
-X DELETE https://api.1099policy.com/api/v1/files/certificates/ca_123
Response examples (200)
{
"message": "Certificate deleted successfully"
}