--- title: "Remove Webhook" slug: "remove-webhook-2" updated: 2026-02-11T20:38:32Z published: 2026-02-11T22:15:21Z canonical: "support.fullcast.com/remove-webhook-2" stale: true --- > ## Documentation Index > Fetch the complete documentation index at: https://support.fullcast.com/llms.txt > Use this file to discover all available pages before exploring further. # Remove Webhook Delete/webhook/{webhook_id} You can remove a webhook endpoint via the API. To **remove** a webhook, send a DELETE request to `https://api.copy.ai/api/webhook/<webhook_id>`. SecurityAPI Key: ApiKeyAuthHeader parameter namex-copy-ai-api-key Copy.ai API key for authentication Header parametersx-copy-ai-api-keystringRequired Path parameterswebhook_idstringRequired The ID of the webhook Responses202 Accepted 400 Bad Request 404 Not Found