Actions Datastores

Bulk delete datastore items

Deletes multiple items from a datastore by their keys in a single operation.

delete/api/v2/actions-datastores/{datastore_id}/items/bulk

Path parameters

datastore_idstring required

The ID of the datastore.

Request body

Example request

{
  "data": {
    "type": "items"
  }
}

Response

OK

Example response

{
  "data": [
    {
      "type": "items"
    }
  ]
}

Changes