I am performing a way to Delete/update/get in a same view like
class APICRUDVIEW(APIView): def get(self,request,id): ....