# Reject and Delete Transactions

To cancel a pending transaction, click the "Reject" button in its expanded details.

<figure><img src="/files/XcOWMfddAF8myjBePxPc" alt=""><figcaption></figcaption></figure>

There are potentially 3 ways to reject a transaction:

* Replace it with another transaction with the same nonce&#x20;
* Submit an "empty" cancellation transaction that is executed at the same nonce. &#x20;
* Delete transaction from the queue on chain.&#x20;

<figure><img src="/files/Yi4N2Lr57MUv8OGxqMq6" alt=""><figcaption></figcaption></figure>

Select " Reject Transaction"

After you select this option you will then be asked to sign with your connected signer wallet . After this is done, you will see that there is a new transaction in the transaction list that is conflicting with the initial transaction that is supposed to be canceled.

<figure><img src="/files/P04J4qOYh3XA8OhSqCar" alt=""><figcaption></figcaption></figure>

With the last signature that is required, you will be able to execute the cancellation transaction.&#x20;

To sum up, deleting a transaction from our service does not invalidate the transaction data. Therefore, especially for already fully signed transactions, we recommend replacing or cancelling the transaction.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.rabbitswap.xyz/rabbitswap/viction-ecosystem/viction-safe-multisig/sign-transactions/reject-and-delete-transactions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
