Skip to content

Commit 6871037

Browse files
authored
Update README.md
1 parent af7b46f commit 6871037

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,10 @@ Returns the current experience or `None`.
320320

321321
Returns an experience created based on the supplied document.
322322

323+
**`exp.delete_experience(uuid=None)`**
324+
325+
Deletes the experience with the given uuid.
326+
323327
**`exp.find_experiences(params=None)`**
324328

325329
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

Comments
 (0)