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"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.