Cancel Launch in a Queue
This cancels a scheduled Launch that is currently in a queue.
posthttps://api.{region}.electroneek.com/v1/orchestrator/launch/{id}/cancel
{region} may be: na, cis, apac, latam, emea
Authentication
Use an API Token from the Orchestrator → Integrations page. Send it as a bearer token: Authorization: Bearer <token>.
path parameters
| Name | Type | Required | Description |
|---|---|---|---|
id | string | yes | Launch ID |
Response
201Created
No response body.
Updated