Skip to main content

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

NameInTypeRequiredDescriptionExample
variableNamepathstringYesThe 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.