Skip to main content
DELETE
/
api
/
v1
/
oauth-app
/
{provider}
Delete OAuth App
curl --request DELETE \
  --url https://api.example.com/api/v1/oauth-app/{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

Path Parameters

provider
enum<string>
required

Integration provider for the OAuth app

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

Response

OAuth app deleted successfully