POST api/survey/DeleteSurvey

Request Information

URI Parameters

None.

Body Parameters

DeleteSurveyRequest
NameDescriptionTypeAdditional information
SurveyId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "SurveyId": "2e99f85f-ccc4-49dc-a41c-5cd9ef27aa72"
}

application/xml, text/xml

Sample:
<DeleteSurveyRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DeloitteEvent.DataModel">
  <SurveyId>2e99f85f-ccc4-49dc-a41c-5cd9ef27aa72</SurveyId>
</DeleteSurveyRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

JsonResultOfSurveyBaseResult
NameDescriptionTypeAdditional information
Content

SurveyBaseResult

None.

SerializerSettings

JsonSerializerSettings

None.

Encoding

Encoding

None.

Request

HttpRequestMessage

None.

Response Formats

application/json, text/json

Sample:

Sample not available.