v1

latestSwagger 2.02026-07-13301635.0 KB
auth

logs out a session uid

post/auth/logout

Request body

uidstring

the authorized UID of the session

Example request

{
  "uid": "fhqwfuihuifqwhiuwqfhiqwfh124"
}

Response

successful logout

statusstring

Example response

{
  "status": "OK"
}