Sign in

Delete Using Filter

documented

Delete rows from the object that match the REST filter clause.

DELETE http://<HOST>:<PORT>/<ServiceAlias>/<SchemaAlias>/<ObjectAlias>/?q={FilterClause}Schemasno implementation yet0 runs
No 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'
Delete Using Filter · MySQL · OpenIntegrations