delete https://api.octapipe.com/pipelines//cards/bulk
Bulk removes filtered pipeline card records from the database.
Click on the image below to enlarge the demonstration in Postman.
Payload example:
{
"filters": [
{
"field": "uuid",
"operator": "like",
"value": "df70f5d7-0a03-46f1-937f-374c0c2e69c6"
}
]
}