DELETE
/
v1
/
webhooks
/
{webhookId}
Delete Webhook
curl --request DELETE \
  --url https://api.sigmamind.ai/v1/webhooks/{webhookId} \
  --header 'X-API-Key: <api-key>'
This response does not have an example.

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