Skip to main content
POST
/
api
/
auth
/
revoke-session
cURL
curl --request POST \
  --url http://localhost:3000/api/auth/revoke-session \
  --header 'Content-Type: application/json' \
  --data '{}'

Body

application/json

The body is of type object.

Response

200 - undefined