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": "2f04488f-7ae7-4b07-bf18-dc6f0e6087af",
"EventDocumentId": "b75fd21d-d65d-469c-b0cf-45b1925a91e0"
}
application/xml, text/xml
Sample:
application/x-www-form-urlencoded
Sample:
Sample not available.
multipart/form-data
Sample:
--MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="EventId" 2f04488f-7ae7-4b07-bf18-dc6f0e6087af --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="EventDocumentId" b75fd21d-d65d-469c-b0cf-45b1925a91e0 --MultipartDataMediaFormatterBoundary1q2w3e--
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, multipart/form-data
Sample:
Sample not available.