Bulk removes filtered database records from the database.

Click on the image below to enlarge the demonstration in Postman.


Payload example:

{
    "filters": [
        {
            "field": "database_uuid",
            "operator": "=",
            "value": "743d7822-c8f1-4d11-b13c-70f9f0628ee4"
        }
    ]
}
Language
Click Try It! to start a request and see the response here!