Usage of /questions/{id}/delete POST
Discussion
Deletes a question.
Note that only question owners can delete their questions, this is not equivalent to casting a delete vote. Also be aware that there are conditions when even a question's owner cannot delete it, and this method will respect those limits.
Use an access_token with write_access to delete a question.
It is not possible to undelete a question via the Stack Overflow for Teams API.
In practice, this method will never return an object.
Try It