Delete Using Filter
documentedDelete rows from the object that match the REST filter clause.
DELETE http://<HOST>:<PORT>/<ServiceAlias>/<SchemaAlias>/<ObjectAlias>/?q={FilterClause}Schemasno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl 'https://{{$host}}:{{$port}}/main/{{$schemaAlias}}/{{$objectAlias}}/?q={"last_name":{"$like":"WAW%"}}' \
-X DELETE \
-H 'Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}' \
-H 'Accept: application/json'