Delete a User
Delete a specified ACS user
Deletes a specified access system user and invalidates the access system user's credentials.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
acs_user_idstring · uuidOptional
ID of the access system user that you want to delete. You must provide either acs_user_id or user_identity_id
user_identity_idstring · uuidOptional
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.
acs_system_idstring · uuidOptional
ID of the access system that you want to delete. You must provide acs_system_id with user_identity_id.
Responses
200
OK
application/json
400
Bad Request
401
Unauthorized
post
/acs/users/deleteRequest
Request Body Parameters
Parameter
Type
Description
Sample Request
Response
Sample Response
Last updated
Was this helpful?

