---
title: "Stop a record"
method: DELETE
path: "/1/videos/{channel}/options/recording/instant"
tags: ["Option > Record > Instant"]
---

# Stop a record

`DELETE /1/videos/{channel}/options/recording/instant`

Try to stop the instant record identified of the channel identified
by the given channel ID.
If no such record exists for the channel or that the recording already stopped,
this will throw an error.

NOTES:
- it is possible to stop a recording even if the option has expired.
- at the moment a channel may only have one instant record at a time, so this will use the first found

## Path parameters

- `channel` integer, required

## Query parameters

- `account_id` integer, required — Account identifier

## Response `200`

OK

- object
  - `result` 'success' | 'error' | 'asynchronous', required — Result of the HTTP request
  - `data` boolean

---

[API](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools.md) · [All operations](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/infomaniak/api-reference-developer-tools/revisions/1c59d729611a/schema)
