Skip to main content
DELETE
/
availability
/
{id}
cURL
curl --request DELETE \
  --url https://api.example.com/availability/{id} \
  --header 'x-meetergo-api-user-id: <api-key>'

Authorizations

x-meetergo-api-user-id
string
header
required

User ID to act on behalf of. Platform API Keys only (required with an API Key unless the endpoint states otherwise). Requests authenticated with a Personal Access Token are rejected if this header names another user.

Path Parameters

id
string
required

Query Parameters

userId
string

Response

200 - undefined