Delete a User
Delete a specified ACS user
Deletes a specified ACS user and invalidates the ACS user's credentials.
Request
Specify the desired ACS user by including the corresponding acs_user_id
in the request body.
Request Body Parameters
Parameter
Type
Description
acs_user_id
String (UUID) Required
ID of the desired ACS user
Sample Request
seam.acs.users.delete(
acs_user_id="33333333-3333-3333-3333-333333333333"
)
Response
Returns a Boolean ok
status indicator or void.
Sample Response
None
Last updated
Was this helpful?