v2

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

actionsstring[] required

List of web3 action IDs.

Example request

{
  "actions": [
    "10fe403e-5e9a-4798-9e1f-0737dbf308d4"
  ]
}

Response

The web3 actions were stopped successfully.