Deletes a session variable for the authenticated user
DELETE /v1/sessionvariable/{variableName}
Summary
Deletes a session variable for the authenticated user.
Authentication
No operation-level security requirement is documented here.
Parameters
| Name | In | Type | Required | Description | Example |
|---|---|---|---|---|---|
| variableName | path | string | Yes | The name of the session variable to delete. | Example value |
Request Body
No request body is documented here.
Responses
200
Success. No response body.
No response body schema documented.