> ## 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/workflow_item/unsubscribe

> Unsubscribe a previously registered workflow item 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": 24680 }
```

### Response Example

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