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": "2026-05-05T10:06:46.150Z"
}

Authorizations

X-API-Key
string
header
required

Authenticate every request by passing your API key in the X-API-Key header. To get your key, go to Dashboard → API Keys and create or copy your Production API key.

Path Parameters

webhookId
string
required

Unique identifier of the webhook to delete. Obtained from the webhookId field in the Create Webhook or List Webhooks response.

Response

OK