Skip to content

Revoke Session Token

POST
/session/token/revoke
curl --request POST \
--url https://app.bluelightmaps.com/api/session/token/revoke \
--header 'Authorization: Basic <credentials>' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data token=example
Media type application/x-www-form-urlencoded
object
token
required
string
Example generated
token=example

No Content

Bad request