Removes the authority given to a certain account to pause the actions of specified contract. The actions of a contract here refer to sending tokens and sending tokens on the owner's behalf.
The account whose authority to pause the contract will be removed.
You can omit the KRN if the pauser-address
is managed by the KIP-7 or Wallet Service account-pool
.
Otherwise you have to provide the KRN object in the header (x-krn: krn:{chain-id}:wallet:{account-id}:account-pool:{pool name}
).
Your request was successful.
The credential you entered is invalid.
Access has been denied.
The resource you requested doesn't exist.
curl -i -X DELETE \ -u <username>:<password> \ 'https://kip7-api.klaytnapi.com/v1/contract/{contract-address-or-alias}/pauser/{pauser-address}' \ -H 'x-chain-id: string'
Your request was successful.
{- "status": "Submitted",
- "transactionHash": "0xf7843f034f2283d0ec32886a69d44a85ce19af25d8bd89d84322b973a86328a8"
}