cURL
Actions
Stop all Web3 Actions
Stop all Web3 Actions created in a specific project.
POST
cURL
Authorizations
An API key is a token that a client provides when making API calls. The key can be sent as a request header:
curl 'https://api.tenderly.co/api/v1/account/${TENDERLY_ACCOUNT_SLUG}/project/${TENDERLY_PROJECT_SLUG}/simulate' \
-H 'X-Access-Key: ${TENDERLY_ACCESS_KEY}' \
...
Learn how to generate API access tokens at Tenderly Docs.
Path Parameters
Account slug of the user
Project slug of the account
Body
application/json
Stop web3 actions payload
List of web3 action IDs.
Example:
["10fe403e-5e9a-4798-9e1f-0737dbf308d4"]
Response
The web3 actions were stopped successfully.