POST api/event/EventDocumentDelete
Request Information
URI Parameters
None.
Body Parameters
EventDocumentDeleteRequestName | Description | Type | Additional information |
---|---|---|---|
EventId | globally unique identifier |
None. |
|
EventDocumentId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "EventId": "bb927d65-4d02-48e0-8015-8809bbe8040b", "EventDocumentId": "0eb6184c-c9e9-47f0-a31a-39020b9174ed" }
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" bb927d65-4d02-48e0-8015-8809bbe8040b --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="EventDocumentId" 0eb6184c-c9e9-47f0-a31a-39020b9174ed --MultipartDataMediaFormatterBoundary1q2w3e--
Response Information
Resource Description
JsonResultOfEventDocumentOutputParametersName | 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.