Skip to content

Commit dc1f343

Browse files
agbaccountAgbAccount
authored andcommitted
🤖 Auto-generate documentation
- Update Python API documentation (based on source code changes) - Sync documentation with latest code changes Generator: agbaccount Trigger branch: null Commit ID: c7fb8557dbd734d736b5129f516492af8b5e3723
1 parent 934ad0d commit dc1f343

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

docs/api-reference/session.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,16 +103,20 @@ Get a link associated with the current session.
103103
def delete(sync_context: bool = False) -> DeleteResult
104104
```
105105

106-
Delete a session by session object.
106+
Delete this session and release all associated resources.
107107

108108
**Arguments**:
109109

110-
- `sync_context` _bool_ - Whether to sync context before deletion. Defaults to False.
110+
- `sync_context` _bool, optional_ - Whether to sync context data (trigger file uploads)
111+
before deleting the session. Defaults to False.
111112

112113

113114
**Returns**:
114115

115-
DeleteResult: Result indicating success or failure and request ID.
116+
DeleteResult: Result indicating success or failure with request ID.
117+
- success (bool): True if deletion succeeded
118+
- error_message (str): Error details if deletion failed
119+
- request_id (str): Unique identifier for this API request
116120

117121
### pause
118122

0 commit comments

Comments
 (0)