Remove records (bulk)
Storage - Records
Remove records (bulk)
Remove multiple rows in one call. Body: { modelUuid, ids: [string, ...] }.
DELETE
Remove records (bulk)
Documentation Index
Fetch the complete documentation index at: https://docs.getcargo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Shape: { modelUuid, ids: [string, ...] }.
Target model.
Pattern:
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-4[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12})$Record identifiers to remove. Up to 1000 per request.
Required array length:
1 - 1000 elementsRecord identifier; set on the payload under the model id column slug.
Minimum string length:
1Response
Successful response
- Remove records (bulk) response
- Remove records (bulk) response
Error response body schema (success is 204 with no body).
Failure reason from record.remove.

