Skip to main content
DELETE
/
v1
/
webhooks
/
{id}
curl
curl -X DELETE https://api.expys.com/v1/webhooks/<id> \
  -H "Authorization: Bearer YOUR_ORG_API_KEY"
{
  "id": "<string>",
  "ok": true
}

Authorizations

Authorization
string
header
required

Org-API-Key as a Bearer token.

Path Parameters

id
string
required

Response

Response for status 200

id
string
required
ok
boolean
required