Delete a question by ID

DELETE /questions/{id}

Path parameters

  • id string Required

    ID of the question

Responses

  • Question deleted successfully

DELETE /questions/{id}
curl \
 -X DELETE https://api.wei.co.mz/questions/{id}