Delete a key from the session payload
delete_sessions_delete_keyRemoves key from the session payload and returns true if the key existed.
Source: DELETE /api/v1/sessions/delete/{key}
Requires auth.sessionToken and forwards it as a Bearer token.
Prefer connection.workspaceName and connection.appId as stable config instead of generating identity fields dynamically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| auth | No | ||
| body | No | ||
| query | No | ||
| params | Yes | ||
| connection | Yes |