Get you own node endpoint todayStart for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.
Parameters
owner_address
— the address of the proposal creator who wants to delete the proposal. Must be in base58 or hex format.proposal_id
— the ID of the proposal to delete.visible
— optional boolean parameter. When set totrue
, the address should be in base58 format. Default isfalse
.
Response
txID
— the transaction hash of the proposal deletionraw_data
— the raw transaction dataraw_data_hex
— the raw transaction data in hex formatsignature
— array of transaction signatures
Use case
Thewallet/proposaldelete
method is used for:
- Cancelling proposals that are no longer needed
- Withdrawing proposals with errors or incorrect parameters
- Managing proposal lifecycle in governance systems
- Preventing unwanted proposals from reaching execution
Body
application/json