Delete a certificate. Run in API Explorer

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

Deletes an existing certificate by its ID.

Path parameters

  • certificate_id string Required

    The ID of the certificate to delete.

Responses

  • 200 application/json

    Returns a success message if the certificate was successfully deleted.

    Hide response attribute Show response attribute object
    • message string
DELETE /api/v1/files/certificates/{certificate_id}
curl \
 --request DELETE 'https://api.1099policy.com/api/v1/files/certificates/ca_123'
Response examples (200)
{
  "message": "Certificate deleted successfully"
}