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

# Delete Webhook

> Remove the webhook associated with your API key

Delete the webhook configured for your API key.

## Response

<ResponseField name="message" type="string">
  Status message confirming deletion
</ResponseField>

<RequestExample>
  ```bash theme={null}
  curl -X DELETE https://scrape.st/webhook \
    -H "x-api-key: YOUR_API_KEY"
  ```
</RequestExample>

<ResponseExample>
  ```json theme={null}
  {
    "message": "Webhook deleted successfully"
  }
  ```
</ResponseExample>
