Delete a certificate.

DELETE /api/v1/files/certificates/{certificate_id}

Deletes an existing certificate by its ID.

Path parameters

Responses

  • 200 application/json

    Returns a success message if the certificate was successfully deleted.

    Hide response attribute Show response attribute object
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"
}