Contracts
Delete contract tag
Delete a tag that has been added to a smart contract.
delete/v1/account/{accountSlug}/project/{projectSlug}/contract/{networkId}/{address}/tag
Path parameters
accountSlugstring required
Account slug of the user
projectSlugstring required
Project slug of the account
networkIdstring required
Network Id of the smart contract
addressstring required
Smart contract address
Request body
Example request
{
"tag": "v1.0.0"
}Response
The smart contract tag was deleted successfully.