cURL
curl --request POST \ --url https://api.osohq.com/api/bulk_delete \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' [ { "predicate": "<string>", "args": [ { "type": "<string>", "id": "<string>" } ] } ] '
{ "message": "<string>" }
Delete many facts in a single transaction.
DEPRECATED: Prefer POST /batch with payload [{"deletes": <bulk_data>}].
POST /batch
[{"deletes": <bulk_data>}]
Requires an API key to access. Signup at https://ui.osohq.com/
Show child attributes
Was this page helpful?