Actions
Stop all Web3 Actions
Stop all Web3 Actions created in a specific project.
post/v1/account/{accountSlug}/project/{projectSlug}/actions/stop
Path parameters
accountSlugstring required
Account slug of the user
projectSlugstring required
Project slug of the account
Request body
Example request
{
"actions": [
"10fe403e-5e9a-4798-9e1f-0737dbf308d4"
]
}Response
The web3 actions were stopped successfully.