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
acs_credential_id
string<uuid>
required

ID of the credential that you want to unassign from an access system user.

acs_user_id
string<uuid>

ID of the access system user from which you want to unassign a credential. You can only provide one of acs_user_id or user_identity_id.

user_identity_id
string<uuid>

ID of the user identity from which you want to unassign a credential. You can only provide one of acs_user_id or user_identity_id.

Response

OK

The response is of type object.