Delete a User
Delete a specified ACS user
Deletes a specified ACS user and invalidates the ACS user's credentials.
Deletes a specified access system user and invalidates the access system user's credentials.
ID of the access system user that you want to delete. You must provide either acs_user_id or user_identity_id
ID of the user identity that you want to delete. You must provide either acs_user_id or user_identity_id. If you provide user_identity_id, you must also provide acs_system_id.
ID of the access system that you want to delete. You must provide acs_system_id with user_identity_id.
OK
Bad Request
Unauthorized
Request
Specify the desired ACS user by including the corresponding acs_user_id in the request body.
Request Body Parameters
acs_user_id
String (UUID) Required
ID of the desired ACS user
Sample Request
Response
Returns a Boolean ok status indicator or void.
Sample Response
Last updated
Was this helpful?

