Shortcuts

geodesic.entanglement.object.delete_objects

geodesic.entanglement.object.delete_objects(objects_or_uids, project=None, hard=False, show_prompt=True)[source]

Delete objects by providing a list of objects or just their UIDs.

Parameters
  • objects_or_uids – a list of Objects or UID strings to delete. If this is a list of Objects, the ‘uid’ field must be set.

  • project – which project to delete them from. This is required, but if left as None, will attempt to delete from existing project.

  • hard – permanently removes objects from Entanglement

  • show_prompt – when hard deleting prompts user for input to confirm

Raises

requests.HTTPErrror for fault.

Note: If objects or UIDs aren’t found under existing project, won’t raise an exception.

Docs

Developer documentation for Seer AI APIs

View Docs

Tutorials

Get in-depth tutorials for beginners and advanced developers

View Tutorials

Resources

Find development resources and get your questions answered

View Resources