Skip to content
Pile
Esc
navigateopen⌘Jpreview

Create api auth revoke session

POST/api/auth/revoke-session
Request body
application/json
object
Responses
200Success
string
Try it
Server
Bodyapplication/json
Request
curl -X POST "/api/auth/revoke-session" \
  -H "Content-Type: application/json" \
  -d '{
  "property1": null,
  "property2": null
}'
Response
"string"