# ProposalDelete

**Body params**:&#x20;

* `owner_address` - Address of proposal owner.
* `proposal_id` - Proposal ID
* `permission_id` - Optional, for multi-signature use
* `visible` - Optional.Whehter the address is in base58 format.

**Request**

```
curl --request POST
--url https://tron.api.watchdata.io/wallet/proposaldelete
--header 'Accept: application/json'
--header 'Content-Type: application/json'
--data ' { "owner_address": "string", "proposal_id": 0, "permission_id": 0, "visible": true } 'Response
```

```
{
  "Error": "class org.tron.core.services.http.JsonFormat$ParseException : 1:1: Expected \"{\"."
}
```
