POST api/event/EventDocumentDelete
Request Information
URI Parameters
None.
Body Parameters
EventDocumentDeleteRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| EventId | globally unique identifier |
None. |
|
| EventDocumentId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"EventId": "1c34f937-dcdf-4596-b28e-a2584a369dc6",
"EventDocumentId": "0cee64c0-ad19-417b-b586-8fd2f4016677"
}
application/xml, text/xml
Sample:
<EventDocumentDeleteRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DeloitteEvent.DataModel"> <EventDocumentId>0cee64c0-ad19-417b-b586-8fd2f4016677</EventDocumentId> <EventId>1c34f937-dcdf-4596-b28e-a2584a369dc6</EventId> </EventDocumentDeleteRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultOfEventDocumentOutputParameters| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | EventDocumentOutputParameters |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.