Skip to main content
DELETE
/
api
/
v1
/
outgoing-webhooks
/
{provider}
Delete outgoing webhook app
curl --request DELETE \
  --url https://api.example.com/api/v1/outgoing-webhooks/{provider} \
  --header 'x-calry-api-key: <api-key>'
{
  "timestamp": "2025-03-05T11:45:49.631Z",
  "path": "<URL_PATH>",
  "message": "Authentication failed",
  "details": []
}

Authorizations

x-calry-api-key
string
header
required

Headers

x-calry-tenant-id
string

Optional tenant ID to specify which tenant to operate as. If not provided, the default tenant will be used.

Path Parameters

provider
enum<string>
required

Integration provider to delete webhook app for

Available options:
BOOKINGSYNC,
GUESTY,
HOSTAWAY,
HOSTFULLY,
HOSTIFY,
INTERHOME,
LODGIFY,
OWNERREZ,
HOSTHUB,
UPLISTING,
BEDS24,
HOST_TOOLS,
HOSTFULLYSANDBOX,
HOSPITABLE,
TOKEET

Response

Webhook app deleted successfully