await seam.acs.credentials.unassign({
user_identity_id: "417e9370-d2cc-4b23-b6d5-fbf7fdbda354",
acs_credential_id: "b1833efd-0669-4a88-81b5-2f2d5fd5c02f",
});
/*
// void
*/{}Credentials
Unassign a Credential from an ACS User
Unassigns a specified credential from a specified access system user.
PATCH
/
acs
/
credentials
/
unassign
await seam.acs.credentials.unassign({
user_identity_id: "417e9370-d2cc-4b23-b6d5-fbf7fdbda354",
acs_credential_id: "b1833efd-0669-4a88-81b5-2f2d5fd5c02f",
});
/*
// void
*/{}Authorizations
pat_with_workspaceconsole_session_with_workspaceapi_key
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
ID of the credential that you want to unassign from an access system user.
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.
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.
Was this page helpful?