Skip to main content
DELETE
/
webhooks
/
{webhook_id}
Delete Webhook
curl --request DELETE \
  --url https://ielmshcswdhuacyjlpiy.supabase.co/functions/v1/signing-request-api/webhooks/{webhook_id} \
  --header 'Authorization: <api-key>'
This response does not have an example.

Authorizations

Authorization
string
header
required

API key for authentication. Format: 'Bearer your-api-key'

Path Parameters

webhook_id
string<uuid>
required

Response

Webhook deleted successfully (soft delete)