English
cURL
curl --request DELETE \ --url https://api.example.com/api/v0/questions/{question_id}
{ "message": "string", "question_id": 123 }
Deletes a question and its associated data by its unique identifier.