Bulk delete records (partial success)

Soft-delete up to 100 records in a single call. Same partial-success contract as batch/update.

post/v2/prism/{teamId}/action/batch/delete

Path parameters

teamIdstring uuid required

Headers

Idempotency-Keystring

A unique key (UUID or any opaque string up to 255 chars) for an authenticated POST, PUT, or PATCH request. The server retains the initial claim for 24 hours and replays a completed non-5xx response only when the method, path, and request body all match. Reusing a non-expired key with a different method, path, or body returns 409 idempotency_key_mismatch; reusing it after expiry returns 409 idempotency_key_stale, so use a new key. Replays include the idempotent-replay: true response header.

Request body

idsstring[] required

Response

Per-item outcomes

Changes

Changed in 1 of the 29 revisions of this API.1