pub async fn delete_user_action_reason_with_id(
configuration: &Configuration,
user_action_reason_id: &str,
) -> Result<(), Error<DeleteUserActionReasonWithIdError>>
Expand description
Deletes the user action reason for the given Id.
pub async fn delete_user_action_reason_with_id(
configuration: &Configuration,
user_action_reason_id: &str,
) -> Result<(), Error<DeleteUserActionReasonWithIdError>>
Deletes the user action reason for the given Id.