Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save akshar-raaj/01183e1db4eb02e551b130016a9918ad to your computer and use it in GitHub Desktop.

Select an option

Save akshar-raaj/01183e1db4eb02e551b130016a9918ad to your computer and use it in GitHub Desktop.
Delete handler
elif request.method == 'DELETE':
question.delete()
return Response("Question deleted", status=status.HTTP_204_NO_CONTENT)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment