cURL
curl --request DELETE \ --url https://base_url/api/v1/exemption-certificates/{id} \ --header 'Authorization: Bearer <token>'
{}
Delete an exemption certificate. This does not delete the associated file.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The unique identifier of the exemption certificate to delete.
Exemption certificate successfully deleted