delete
https://api.octapipe.com/tasks/bulk
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Bulk removes filtered database records from the database.
Click on the image below to enlarge the demonstration in Postman.

Payload example:
{
"filters": [
{
"field": "title",
"operator": "like",
"value": "Review Cars Navigation"
}
]
}