---
title: "Archive operation within app app_id by operation id"
method: DELETE
path: "/v1/operations/{app_id}/{operation_id}"
tags: ["operations"]
---

# Archive operation within app app_id by operation id

`DELETE /v1/operations/{app_id}/{operation_id}`

## Path parameters

- `app_id` string, required
- `operation_id` integer, required

## Headers

- `X-Fields` string, mask

## Response `200`

Success

- Operation
  - `id` integer
  - `appUuid` string
  - `created` string, date-time
  - `started` string, date-time
  - `completed` string, date-time
  - `status` 'SCHEDULED' | 'IN_PROGRESS' | 'COMPLETED' | 'FAILED' | 'ARCHIVED'
  - `type` 'APP_UPDATED' | 'CANCEL' | 'DELETE' | 'DOWNLOAD' | 'START' | 'RELABEL' | 'POST_PROCESS'
  - `jobUuid` string

---

[API](https://skmtc.net/super/apis/super-ai-api.md) · [All operations](https://skmtc.net/super/apis/super-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/super/super-ai-api/revisions/d2c17db7266d/schema)
