delete_user_password_update action
Delete a user password update.
Parameters
action_invocation_id(string)session_token(string): A session linked to the user password update.user_password_update_token(string): A user password update linked to the session.
Return values
None.
Error codes
internal_conflictinternal_errorinvalid_password_update_tokeninvalid_session_tokensession_mismatch
Example
delete_user_password_update(
action_invocation_id: "mka2rsawyu3vds3j9cxwgr54",
session_token: "w93zmrzat9xc82wwr9vt5sy4.g9nepmvhg6sdsqebqcepyib7",
user_password_update_token: "spjdfixngqtpu7y3ib22i34r.yc9gjp28k6v835vpf56uzfrf"
)