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

# Unsubscribe webhook

> Remove an existing CrowdChange webhook subscription so the target URL stops receiving event payloads from the fundraising platform.

## Body

<ParamField body="url" type="string" required>
  URL to unsubscribe.
</ParamField>

<ParamField body="lang" type="string">
  Webhook locale. Allowed values: `en`, `fr` Default: `en`
</ParamField>

## Response

<ResponseField name="status" type="string">
  Status of the operation.
</ResponseField>

**Other responses**

| Status | Description  |
| ------ | ------------ |
| `400`  | Bad Request  |
| `401`  | Unauthorized |
| `403`  | Forbidden    |

<ResponseExample>
  ```json theme={null}
  {
    "status": "ok"
  }
  ```
</ResponseExample>
