POST api/event/EventDocumentDelete

Request Information

URI Parameters

None.

Body Parameters

EventDocumentDeleteRequest
NameDescriptionTypeAdditional information
EventId

globally unique identifier

None.

EventDocumentId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "EventId": "80659c38-4cfe-4356-845f-529828e1d2a7",
  "EventDocumentId": "6d595a95-9140-4218-bb6a-88269d981b6d"
}

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"

80659c38-4cfe-4356-845f-529828e1d2a7
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="EventDocumentId"

6d595a95-9140-4218-bb6a-88269d981b6d
--MultipartDataMediaFormatterBoundary1q2w3e--

Response Information

Resource Description

JsonResultOfEventDocumentOutputParameters
NameDescriptionTypeAdditional 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.