Skip to content

/api/auth/logout

POST
/api/auth/logout
curl --request POST \
--url https://example.com/api/auth/logout \
--header 'Authorization: Bearer <token>'

OK