Skip to main content
DELETE
/
api
/
webhooks
/
{id}
Delete Webhook
curl --request DELETE \
  --url https://app.tuco.ai/api/webhooks/{id} \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://docs.tuco.ai/llms.txt

Use this file to discover all available pages before exploring further.

Permanently delete a webhook. All future event deliveries to this endpoint stop immediately.

Authentication

Authorization: Bearer tuco_sk_xxxxxxxxxxxxx

Path parameters

id
string
required
Webhook ID.

Example

curl -X DELETE "https://app.tuco.ai/api/webhooks/680a1b2c3d4e5f6789012345" \
  -H "Authorization: Bearer tuco_sk_xxxxxxxxxxxxx"
200 Response
{ "success": true }
If you just want to temporarily stop delivery, use Update Webhook with isActive: false instead of deleting.

Errors

StatusWhen
401Invalid or missing API key
402Subscription past due
404Webhook not found in your workspace