v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1457064.8 KB

Removes session information for a specified bot, alias, and user ID.

delete/bot/{botName}/alias/{botAlias}/user/{userId}/session

Path parameters

botNamestring required

The name of the bot that contains the session data.

botAliasstring required

The alias in use for the bot that contains the session data.

userIdstring required

The identifier of the user associated with the session data.

Response

Success

botNamestring

The name of the bot associated with the session data.

botAliasstring

The alias in use for the bot associated with the session data.

userIdstring

The ID of the client application user.

sessionIdstring

The unique identifier for the session.