---
title: "Process email updates and deletions"
method: POST
path: "/email-bulk-process-webhook"
---

# Process email updates and deletions

`POST /email-bulk-process-webhook`

This endpoint processes email updates and deletions based on the provided payload.

## Request body

- object
  - `data` object
    - `connection_ids` string[]
    - `filterEmails` string[]

## Response `200`

Email processed successfully

- object
  - `message` string

## Other responses

- `500` — Error occurred while processing the email

---

[API](https://skmtc.net/supabase/apis/dalil-oauth-resource-api.md) · [All operations](https://skmtc.net/supabase/apis/dalil-oauth-resource-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/supabase/dalil-oauth-resource-api/versions/40a7125e0355/schema)
