DELETE
/
webhook
/
{id}
curl --request DELETE \
  --url https://www.landing.so/api/webhook/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

OAuth2 Bearer token for authentication

Path Parameters

id
string
required

ID of webhook to delete

Response

200
application/json
Webhook deleted successfully
success
boolean