Vorheriges Thema: Create a Survey

Nächstes Thema: Measures

Delete a Survey

This web service deletes a survey by UUID.

HTTP Type

DELETE

Restriction

Administrator Only.

URI

{type}/SMI/{version}/survey/{surveyUUID}/delete

Parameter

Description

{surveyUUID}

UUID of the survey to delete.

&key

The API Key that is provided when your application has been registered.

&secret

The Shared Secret that is provided when your application has been registered.

Example:

https://smi.cloudcommons.com:8443/Insight_API/json/SMI/0.5/survey/7a6f538d-b8a0-4040-99b9-e1b9459fb2ea/delete?key=95bf5da46010b6ddaa8baca04fd94e73&secret=7ec5680d8ac7f03c919dad7770381358

Sample output of successful execution:

{
"result":
	{
	"returnCode": "0",
	"errorMessage": "Operation Successful.",
	"resultCount": 0,
	}
}