DELETE api/Admin/Meeting

Request Information

URI Parameters

None.

Body Parameters

MeetingDeleteDTO
NameDescriptionTypeAdditional information
OrganizerEmail

string

None.

ExchangeICalUId

string

None.

MeetingDate

date

None.

UpdateType

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "OrganizerEmail": "sample string 1",
  "ExchangeICalUId": "sample string 2",
  "MeetingDate": "2025-12-05T10:22:22.5321564+00:00",
  "UpdateType": 4
}

application/xml, text/xml

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

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 'MeetingDeleteDTO'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.