> ## Documentation Index
> Fetch the complete documentation index at: https://docs.greetmate.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# [DELETE] /api/zapier/incoming/unsubscribe

> Remove a previously registered Incoming Call webhook.

> See shared authentication and headers in Zapier API Overview.

### Body

<ParamField body="id" type="integer" required>
  Subscription ID returned from the subscribe call.
</ParamField>

### Request Example

```json theme={null}
{ "id": 12345 }
```

### Response Example

```json theme={null}
{ "status": "success" }
```
