You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -320,6 +320,10 @@ Returns the current experience or `None`.
320
320
321
321
Returns an experience created based on the supplied document.
322
322
323
+
**`exp.delete_experience(uuid=None)`**
324
+
325
+
Deletes the experience with the given uuid.
326
+
323
327
**`exp.find_experiences(params=None)`**
324
328
325
329
Returns an iterable of experiences matching the given query parameters. `params` is a dictionary of query parameters. Iterable also has attributes matching the raw API response document properties (i.e. `total` and `results`).
0 commit comments