DELETE api/Planner/Meetings

Request Information

URI Parameters

None.

Body Parameters

MeetingCancelDTO
NameDescriptionTypeAdditional information
ExchangeICalUId

string

None.

MyDeskId

integer

None.

CalendarEmail

string

None.

Date

date

None.

UpdateType

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ExchangeICalUId": "sample string 1",
  "MyDeskId": 1,
  "CalendarEmail": "sample string 2",
  "Date": "2025-12-05T10:22:26.6641016+00:00",
  "UpdateType": 4
}

application/xml, text/xml

Sample:
<MeetingCancelDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bluedock.Booking.Rest.Models.Meeting">
  <CalendarEmail>sample string 2</CalendarEmail>
  <Date>2025-12-05T10:22:26.6641016+00:00</Date>
  <ExchangeICalUId>sample string 1</ExchangeICalUId>
  <MyDeskId>1</MyDeskId>
  <UpdateType>4</UpdateType>
</MeetingCancelDTO>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'MeetingCancelDTO'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.