---
title: "Cancel Video Request"
method: DELETE
path: "/video/{requestId}"
tags: ["Cancel Request"]
---

# Cancel Video Request

`DELETE /video/{requestId}`

Cancel a video enhancement request.

If the request is canceled before any processing starts, then all reserved credits are refunded.

If the request is canceled during processing, then a partial refund is issued based on the progress. For example, if the request is 50% complete, then approximately 50% of the reserved credits are refunded.

## Path parameters

- `requestId` string, uuid, required

## Response `200`

Successful response, message may also indicate if there is a parital refund, if applicable

- object
  - `message` string

## Other responses

- `204` — Successful response, already canceled or in progress
- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Enhancement request with the provided ID not found
- `500` — Internal server error

---

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