Skip to main content
POST

Authorizations

Authorization
string
header
required

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

Body

application/json
device_id
string<uuid>
required

ID of the managed device to which you want to revoke access from the user identity.

user_identity_id
string<uuid>
required

ID of the user identity from which you want to revoke access to a device.

Response

OK

The response is of type object.