Delete User Sessions
Developing
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request Code Samples
curl --location --request DELETE 'http://localhost:8080/v1/auth/sessions/0bac8ab0-37d4-423a-a66f-abfade453275'
Modified at 2024-07-11 05:36:09