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

# Delete webhook

> Delete a webhook subscription

## Endpoint

```
DELETE https://api.partnero.com/v1/webhooks/{key}
```

## Path Parameters

| Parameter | Type   | Required | Description          |
| --------- | ------ | -------- | -------------------- |
| `key`     | string | Yes      | Webhook's unique key |

## Request

```bash cURL theme={null}
curl --location --request DELETE 'https://api.partnero.com/v1/webhooks/uLbBzVvN7ARX' \
  --header 'Authorization: Bearer YOUR_API_KEY'
```

## Response

<ResponseExample>
  ```json 200 OK theme={null}
  {
    "status": 1
  }
  ```
</ResponseExample>
