POST
/
environments
/
{environmentId}
/
users
/
{userId}
/
sessions
/
revoke
curl --request POST \
  --url https://app.dynamicauth.com/api/v0/environments/{environmentId}/users/{userId}/sessions/revoke \
  --header 'Authorization: Bearer <token>'
This response has no body data.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

environmentId
string
required

ID of the environment

Required string length: 36
userId
string
required

UUID of the user

Required string length: 36