cURL
curl --request POST \ --url https://local.auth.local.nhost.run/v1/signout \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "all": false, "refreshToken": "2c35b6f3-c4b9-48e3-978a-d4d0f1d42e24" }'
"OK"
Sign Out
JSON Web Token to authorize requests.
The body is of type object.
object
Successfully signed out
The response is of type string.
string
Was this page helpful?