> For the complete documentation index, see [llms.txt](https://docs.watchdata.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.watchdata.io/blockchain-apis/tron-api/proposals/proposaldelete.md).

# 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 \"{\"."
}
```
