okta_delete_session
Delete a stored Okta session for a given URL, removing session files and metadata to force re-authentication.
Instructions
Delete a stored session for a given URL.
Removes the session file and metadata from ~/.okta-auth/sessions/. The agent will need to re-authenticate to access the service again.
Args: url: URL whose stored session should be deleted.
Returns: JSON: {"deleted": bool, "message": str, "url": str}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |