Delete Webhook

Remove a webhook subscription.

DELETE /v1/webhooks/:id

Remove a webhook subscription.

Auth: Bearer API key (required)

Response 204

Empty body on success.

cURL

curl -X DELETE https://api.social0.app/v1/webhooks/WEBHOOK_UUID \
  -H "Authorization: Bearer sk_live_YOUR_KEY"

Errors

HTTPCodeWhen
401invalid_api_keyMissing or invalid API key
404not_foundWebhook not found