Questions tagged [flask-restless]

Flask-Restless offers an effortless way to create ReSTful APIs for database models that have been defined using SQLAlchemy or Flask-SQLAlchemy.

Is it possible to do bulk deletion in Flask Restless using AngularJS or JavaScript?

I am trying to implement bulk delete functionality in my AngularJS application by making an HTTP request to a Flask Restless API with version 0.17.0. While I know how to delete records one by one using their IDs in the URL, I am unsure if it is possible to ...