v2

latestOpenAPI 3.1.0Apache 2.02026-07-31441011.7 MB
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

tagstring required

Smart contract tag to be removed.

Example request

{
  "tag": "v1.0.0"
}

Response

The smart contract tag was deleted successfully.