Start a conversation

Delete a Survey using its ID from a Post

Overview

Use the survey ID to delete the survey from a post.


Information

services/v2/node/{node_id}/survey/{survey_id}.json

Permissions & Notes:

There is no permission required to make this API request.

Sample Request

In the sample request below, the user is making a request to delete a survey with an ID of 321 on question post with a node ID of 123.

  • cURL
curl -u answerhub:test123 -H "Accept:application/json" -H "Content-Type:applcation/json" -X DELETE "https://apidocs.cloud.answerhub.com/services/v2/node/123/survey/321.json"
curl 
-u answerhub:test123 
-H "Accept:application/json"
-H "Content-Type:applcation/json" 
-X DELETE "https://apidocs.cloud.answerhub.com/services/v2/node/123/survey/321.json"  

Successful Response

HTTP Status 200. No JSON response will appear.

Expected Error Response

There are 3 different error responses. Each one of them displays in a different tab below. They all have the HTTP status 400.

  • Example Error 1
  • Example Error 2
  • Example Error 3
400: {“error”:”The selected Survey is not assigned to this node.”}
400: {“error”:”The selected Survey is not assigned to this node.}
400: {“error”:”The Survey has already ended.”}
400: {“error”:”The Survey has already ended.}
400: {“error”:”The Survey has votes.”}
400: {“error”:”The Survey has votes.}
Choose files or drag and drop files
Was this article helpful?
Yes
No
  1. Priyanka Bhotika

  2. Posted

Comments