Renounce Contract Ownership

Renounces the ownership of a specified KIP-37 contract. You can use either the contract alias or contract address.

Request
Security:
path Parameters
contract-address-or-alias
required
string

Contract address (in hex.) or alias.

header Parameters
x-chain-id
required
string

Kaia Network Chain ID (1001 or 8217)

Request Body schema: application/json
from
string

The address of the owner who is to give up the contract ownership. The address of the deployer who created this contract will fill this value if nothing is entered.

Responses
200

Your request was successful.

400

Your request is not valid.

401

The credential you entered is invalid.

delete/v2/contract/{contract-address-or-alias}/owner
Request samples
application/json
{
  • "from": "0xa809284C83b901eD106Aba4Ccda14628Af128e14"
}
Response samples
application/json

Your request was successful.

{
  • "status": "Submitted",
  • "transactionHash": "0xbf6de339cf435447e58da05384bbf83a16fea40044bb49b84e11d3b00ea0325f"
}