Skip to main contentSkip to footer
  • 10/19/2024
DestroyAPIView is a view class in Django Rest Framework that provides the functionality to handle HTTP DELETE requests. This video shows how I'm implementing the DestroyAPIView class in my Social Scheduler app to delete the connected social accounts.

Gist URL: https://gist.github.com/InterTuts/e99900298605865b899410a8eb07acec

Recommended