POST api/event/EventAgendaDelete
Request Information
URI Parameters
None.
Body Parameters
EventAgendaDeleteRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| EventId | globally unique identifier |
None. |
|
| EventAgendeId | globally unique identifier |
None. |
|
| AgendaDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"EventId": "116daedb-00b5-441f-ac5a-185b8dd51525",
"EventAgendeId": "935f402f-3ed5-4a1d-af86-4048707330b6",
"AgendaDate": "2026-05-31T23:13:24.890847+08:00"
}
application/xml, text/xml
Sample:
<EventAgendaDeleteRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DeloitteEvent.DataModel"> <AgendaDate>2026-05-31T23:13:24.890847+08:00</AgendaDate> <EventAgendeId>935f402f-3ed5-4a1d-af86-4048707330b6</EventAgendeId> <EventId>116daedb-00b5-441f-ac5a-185b8dd51525</EventId> </EventAgendaDeleteRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultOfEventAgendaOutputParameters| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | EventAgendaOutputParameters |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.