Unassign a Credential from a User
Unassign a specified credential from a specified ACS user
Unassigns a specified credential from a specified access system user.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
acs_user_idstring · uuidOptional
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_idstring · uuidOptional
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.
acs_credential_idstring · uuidRequired
ID of the credential that you want to unassign from an access system user.
Responses
200
OK
application/json
okbooleanRequired
400
Bad Request
401
Unauthorized
post
/acs/credentials/unassignRequest
Request Body Parameters
Parameter
Type
Description
Sample Request
Response
Property
Description
Sample Response
Last updated
Was this helpful?

