AladiaDocs
Api referenceCalendarsMembers

Decline an invitation to a member

Decline an invitation to a calendar

POST
/v2/calendars/{calendarId}/members/decline-invitation

Decline an invitation to a calendar

AuthorizationBearer <token>

In: header

Path Parameters

calendarId*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/v2/calendars/string/members/decline-invitation" \  -H "Content-Type: application/json" \  -d '{    "token": "string"  }'
{}