---
title: "Cancel release order"
method: POST
path: "/release-orders/{id}/cancel"
tags: ["release-orders"]
---

# Cancel release order

`POST /release-orders/{id}/cancel`

## Path parameters

- `id` string, required

## Response `200`

OK

- InternalInterfacesHttpReleaseOrderDataResponse
  - `data` InternalInterfacesHttpReleaseOrderResponse
    - `application_id` string
    - `application_name` string
    - `approval_approver_ids` string[]
    - `approval_approver_names` string[]
    - `approval_mode` string
    - `approval_required` boolean
    - `approved_at` string
    - `approved_by` string
    - `binding_id` string
    - `business_status` string
    - `cd_provider` string
    - `concurrent_batch_no` string
    - `concurrent_batch_seq` integer
    - `created_at` string
    - `creator_user_id` string
    - `env_code` string
    - `finished_at` string
    - `git_ref` string
    - `has_cd_execution` boolean
    - `has_ci_execution` boolean
    - `id` string
    - `image_tag` string
    - `is_concurrent` boolean
    - `live_state_can_confirm` boolean
    - `live_state_confirmed_at` string
    - `live_state_confirmed_by` string
    - `live_state_is_current` boolean
    - `live_state_status` string
    - `operation_type` string
    - `order_no` string
    - `pipeline_id` string
    - `previous_order_no` string
    - `project_name` string
    - `queue_position` integer
    - `queued_reason` string
    - `rejected_at` string
    - `rejected_by` string
    - `rejected_reason` string
    - `remark` string
    - `source_order_id` string
    - `source_order_no` string
    - `started_at` string
    - `status` string
    - `template_id` string
    - `template_name` string
    - `trigger_type` string
    - `triggered_by` string
    - `updated_at` string

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/opsre/apis/gos-release-api.md) · [All operations](https://skmtc.net/opsre/apis/gos-release-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/opsre/gos-release-api/versions/fc9f6fb06a50/schema)
