# Delete a multisig

DELETE

/v1/multisig

Deletes multisig preimage information for the passed address from the wallet.

## Authorizations

- **[api_key](https://dev.algorand.co/reference/rest-api/kmd/#api_key)**

## Request Body

The list of MIME types the operation can consume application/json

APIV1DELETEMultisigRequest is the request for `DELETE /v1/multisig`

object

**address**  
string

**wallet_handle_token**  
string

**wallet_password**  
string

## Responses

### 200

Response to POST /v1/multisig/delete

The list of MIME types the operation can produce application/json

APIV1DELETEMultisigResponse is the response to POST /v1/multisig/delete`  
friendly:DeleteMultisigResponse

object

**error**  
boolean

**message**  
string
