---
title: "Remove event email settings for one context and mode"
method: DELETE
path: "/organizations/{organizationId}/event-email-settings/{context}/{mode}"
tags: ["Event Email Settings"]
---

# Remove event email settings for one context and mode

`DELETE /organizations/{organizationId}/event-email-settings/{context}/{mode}`

Permanently removes the event email settings record for the specified context and mode. Both context and mode are matched against a case-sensitive route pattern — other casings return 404 at the routing layer before this operation executes. If the deleted mode was the only configured mode for its context, the parent context block is also removed. This operation is idempotent — it returns 204 whether or not a matching record existed before the call. To disable event emails without deleting configuration, set the relevant type entries to enabled: false via POST /{context}/{mode} instead. This operation has no request body and returns no response body.

## Path parameters

- `context` 'practitioner' | 'facility', required
- `mode` 'credentialing' | 'recredentialing', required
- `organizationId` string, required

## Headers

- `tenant-id` string, required

## Response `204`

The settings record was removed, or no record existed for this context+mode — both cases return 204.

## Other responses

- `401` — Unauthorized - Authentication required
- `403` — Forbidden - User does not have required permissions
- `500` — Internal Server Error

---

[API](https://skmtc.net/certifyos/apis/certify-api-layer.md) · [All operations](https://skmtc.net/certifyos/apis/certify-api-layer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/certifyos/certify-api-layer/revisions/563848e0ecc0/schema)
