# Delete a certificate. **DELETE /api/v1/files/certificates/{certificate}** Deletes an existing certificate by its ID. ## Servers - Production server: https://api.1099policy.com (Production server) ## Parameters ### Path parameters - **certificate** (string) The ID of the certificate to delete. ## Responses ### 200 Returns an object with a deleted parameter on success. Otherwise, this call returns an error. #### Body: application/json (object) - **deleted** (boolean) - **deleted_at** (integer) Unix timestamp (seconds since epoch) of when the certificate was deleted. - **id** (string) The certificate ID. - **object** (string) [Powered by Bump.sh](https://bump.sh)