Automette docs

Remove a form's webhook

DELETE
/api/v1/forms/{id}/webhooks/{webhookId}

Authorization

ApiKeyAuth
AuthorizationBearer <token>

API key from Settings → API Keys.

In: header

Path Parameters

id*string
webhookId*string

Response Body

application/json

application/json

application/json

curl -X DELETE "https://example.com/api/v1/forms/string/webhooks/string"
{  "ok": true,  "id": "cm4whk6pd0001jv04k9d5r2bj"}