Skip to main content
DELETE
/
v1
/
auth
/
{app_id}
/
current_user
Sign out current user
curl --request DELETE \
  --url https://{defaultHost}/v1/auth/{app_id}/current_user \
  --header 'X-Authorization: <api-key>'
{
  "message": "ok"
}

Authorizations

X-Authorization
string
header
required

User Access token

Path Parameters

app_id
string
required

App ID

Response

successful

message
string
Example:

"ok"