Cannot delete canisters anymore

While using
dfx canister --network=ic stop {CANISTER_ID}
and
dfx canister --network=ic delete {CANISTER_ID}

The error still:

Error: Failed to delete canister '{CANISTER_ID}'.
Caused by: Failed to delete canister '{CANISTER_ID}'.
  Failed to deposit {CYCLES_NUMBER} cycles into {CANISTER_ID}.
    Failed to call update function 'deposit_cycles' regarding canister '{CANISTER_ID}'.
      Update call using wallet failed.
        The invocation to the wallet call forward method failed with the error: An error happened during the call: 2: Couldn't send message
1 Like