cURL
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" }
Delete webhook by webhookId
API Key is required in header. You can find it in the settings
A unique identifier for the webhook.
OK