3.2.17.3.3. Delete with –force –wait 0 –delete-entities

Warning

This API is deprecated.

Axonius API v2 is now available, we recommend you move to API v2.

New features will no longer be added to this API. Axonius will only provide bug fixes.

Read about API v2

This will delete a connection and all of its associated entities in 0 seconds.

$ # add a csv connection that we can delete
$ axonshell a c a -a csv -c user_id=dvcs_from_axonshell -c csv=/demo/dvc.csv -npo

$ axonshell adapters get --name csv | \
  axonshell adapters cnx get --id dvcs_from_axonshell | \
  axonshell adapters cnx delete --force --wait 0 --delete-entities