Skip to main content
DELETE
/
webhooks
/
{webhookId}
cURL
curl --request DELETE \
  --url https://api.maesn.dev/webhooks/{webhookId}

Field support per integration

If you’re not using the Interactive Authentication Flow, make sure the query parameters environmentName and companyId are correctly populated. You can obtain these values by using the GET Environments and GET Companies endpoints available under the Authentication section.
If you’re not using the Interactive Authentication Flow, make sure the query parameter companyId is correctly populated. You can obtain this value by using the GET Companies endpoint available under the Authentication section.
Ensure that the query parameter _companyId_ is correctly filled with the account ID associated with the contact. This value can be retrieved by using the GET Companies endpoint in the Authentication section. Use the returned id as the value for _companyId_.
If you’re not using the Interactive Authentication Flow, make sure the query parameter companyId is correctly populated. You can obtain this value by using the GET Companies endpoint available under the Authentication section.

Headers

X-API-KEY
string

API key

X-ACCOUNT-KEY
string

Account key

Path Parameters

webhookId
string
required

Query Parameters

companyId
string
environmentName
string

Response

200

Webhook deleted

Last modified on February 3, 2026