# Remove Signers

Safe Signers may need to revoke access for an existing Signer who is no longer affiliated with the organisation and no longer requires access to the Safe.

<figure><img src="https://4247754953-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FL2VHMP4lgaamA0WWdSTX%2Fuploads%2FrLsWeMOzYe6vbbZ5qlzB%2FRemove%20Signer%20GIF.gif?alt=media&#x26;token=1c58c1cd-d494-44da-98e1-5ec3424439d5" alt=""><figcaption></figcaption></figure>

Follow these steps to remove a Signer from your Safe:

## **Step 1: Select Signer to remove**

Navigate to the **Accounts** section. Select the appropriate Safe, and go to the Safe Signers section, where the list of Signers is displayed.

Click the **Delete** icon (red trash bin within the red square in the screenshot) next to the Signer address to be removed.

<figure><img src="https://4247754953-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FL2VHMP4lgaamA0WWdSTX%2Fuploads%2F8jlNcPMmTKw7uJWdbnxI%2Fimage.png?alt=media&#x26;token=5eacb6b1-49c5-4df7-9001-be95741fc7a0" alt=""><figcaption></figcaption></figure>

## **Step 2:** Confirm removal details and adjust the threshold

A page will appear, showing the address to be eliminated. Carefully review the information.

> <mark style="color:blue;">Adjust the threshold at this stage, as removing Signers will affect the total number of Safe Signers.</mark>

<figure><img src="https://4247754953-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FL2VHMP4lgaamA0WWdSTX%2Fuploads%2F0kJ3oM2uCugqfDzwzq4y%2Fimage.png?alt=media&#x26;token=de70b58b-da35-4037-b750-cd162428c938" alt=""><figcaption></figcaption></figure>

After confirming the details, click **Create Proposal** to initiate the removal process.

<figure><img src="https://4247754953-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FL2VHMP4lgaamA0WWdSTX%2Fuploads%2FhFJ0DmQbbwgyOgeuBXFo%2Fimage.png?alt=media&#x26;token=77d861a9-cc52-4e5f-80a2-846b1ccf8321" alt=""><figcaption></figcaption></figure>

## **Step 3:** Action on Proposal

Signers can take one of three actions on a proposal:

* **Proposal Rejection-** If any Safe Signer rejects the proposal, it will be discarded Off-Chain.
* **Proposal Approval and Execution-** If the number of votes in favor of the proposal meets Safe's required threshold, the transaction will be carried out, and the selected Signer will be subsequently removed from the Safe.
* **On-Chain Transaction Rejection-** Even after a proposal has been approved, it can still be turned down in the on-chain stage. This can happen if a Safe Signer initially approves the proposal, moving it into the on-chain queue, but other Safe Signers decide to use the [**On-Chain Rejection**](https://docs.coinshift.xyz/business/coinshift-walkthrough/transaction-management/on-chain-transaction-rejection) option to stop the transaction.

<figure><img src="https://4247754953-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FL2VHMP4lgaamA0WWdSTX%2Fuploads%2FmeX1avt7zMWeiM7mzv23%2Fimage.png?alt=media&#x26;token=335eedd1-5194-48e6-aa76-7da1d73f7536" alt=""><figcaption></figcaption></figure>


---

# 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.coinshift.xyz/business/coinshift-walkthrough/account-management/remove-signers.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.
