Delete cookieless embed session

Version 4.0.24.6 (latest)

Delete cookieless embed session

This will delete the session associated with the given session reference token. Calling this endpoint will result in the session and session reference data being cleared from the system. This endpoint can be used to log an embed user out of the Looker instance.

Calls to this endpoint require Embedding to be enabled

Request

DELETE /embed/cookieless_session/{session_reference_token}
Datatype
Description
Request
HTTP Request
path
HTTP Path
Expand HTTP Path definition...
session_reference_token
string
Embed session reference token

Response

204: Successfully deleted.

Datatype
Description
(string)
string

400: Bad Request

Datatype
Description
(object)
message
string
Error details
documentation_url
string
Documentation link

404: Not Found

Datatype
Description
(object)
message
string
Error details
documentation_url
string
Documentation link

422: Validation Error

Datatype
Description
(object)
message
string
Error details
Expand ValidationErrorDetail definition...
field
string
Field with error
code
string
Error code
message
string
Error info message
documentation_url
string
Documentation link
documentation_url
string
Documentation link

429: Too Many Requests

Datatype
Description
(object)
message
string
Error details
documentation_url
string
Documentation link