Skip to main content
DELETE
/
v4
/
calendar-connections
/
connections
/
{connectionId}
Delete calendar connection
curl --request DELETE \
  --url https://api.example.com/v4/calendar-connections/connections/{connectionId} \
  --header 'x-meetergo-api-user-id: <api-key>'

Authorizations

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

User ID to act as when using API Key authentication (required with API Key)

Path Parameters

connectionId
string
required

Unique identifier of the calendar connection

Example:

"conn-uuid"

Query Parameters

userId
string

User ID that owns the connection (admin only)

Example:

"user-uuid"

Response

200

Connection deleted successfully