Skip to main content
DELETE
/
v1
/
webhooks
/
{webhookId}
Delete Webhook
curl --request DELETE \
  --url https://api.sigmamind.ai/v1/webhooks/{webhookId} \
  --header 'X-API-Key: <api-key>'
{
  "error": "Bad Request",
  "message": "Invalid request parameters",
  "path": "/v1/webhooks",
  "status": 400,
  "timestamp": "2025-11-13T13:00:07.099Z"
}

Authorizations

X-API-Key
string
header
required

API Key is required in header. You can find it in the settings

Path Parameters

webhookId
string
required

A unique identifier for the webhook.

Response

OK