Skip to main content
DELETE
Delete contract tag

Authorizations

X-Access-Key
string
header
required

An API key is a token that a client provides when making API calls. Send it as the X-Access-Key request header on any endpoint:

Learn how to generate API access tokens at Tenderly Docs.

Path Parameters

accountSlug
string
required

Account slug of the user

projectSlug
string
required

Project slug of the account

networkId
string
required

Network Id of the smart contract

address
string
required

Smart contract address

Body

application/json

Delete contract tag payload

tag
string
required

Smart contract tag to be removed.

Example:

"v1.0.0"

Response

The smart contract tag was deleted successfully.