Skip to main content
DELETE
/
api
/
v1
/
impersonation
/
end
End current impersonation session (Vortex employees only)
curl --request DELETE \
  --url https://api.example.com/api/v1/impersonation/end \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "ended": true
  }
}

Authorizations

Authorization
string
header
required

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

Response

Impersonation session ended successfully

data
object
required