DELETE api/Planner/Meetings
Request Information
URI Parameters
None.
Body Parameters
MeetingCancelDTO| Name | Description | Type | Additional 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-06T04:02:51.2242527+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-06T04:02:51.2242527+00:00</Date> <ExchangeICalUId>sample string 1</ExchangeICalUId> <MyDeskId>1</MyDeskId> <UpdateType>4</UpdateType> </MeetingCancelDTO>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.