api.beam.cloud/v2/task/cancel/
curl -X DELETE --compressed 'https://api.beam.cloud/v2/task/cancel/' \ -H 'Authorization: Bearer [YOUR_TOKEN]' \ -H 'Content-Type: application/json' \ -d '{"task_ids": ["TASK_ID"]}'
{ "task_ids": [ "70101e46-269c-496b-bc8b-1f7ceeee2cce", "81bdd7a3-3622-4ee0-8024-733227d511cd", "7679fb12-94bb-4619-9bc5-3bd9c4811dca" ] }
200
{}
Was this page helpful?