Try creating a custom action that deletes a user. If you're happy with the results, call the custom action via the API instead.
Comment actions
We have an API that deletes user records. The Name field gets a strikethrough, but the User Name field does not get appended like the "Delete" button does with "_deleted_at_DATE_TIME".
example: joe_smith@ibm.com_deleted_at_4/13/2020_3:39 PM
We want to ensure we are compliant and consistent with what the Delete button does.
Should we update our API to append the User Name?
Is there any other rule or field update we need to be aware of?
Please sign in to leave a comment.
Try creating a custom action that deletes a user. If you're happy with the results, call the custom action via the API instead.