---
title: "Stop conference recording"
method: POST
path: "/conferences/{id}/recording_stop"
tags: ["Conference"]
---

# Stop conference recording

`POST /conferences/{id}/recording_stop`

Stop the ongoing recording for the specified conference.

## Path parameters

- `id` string, required

## Response `200`

Recording stopped successfully.

## Other responses

- `400` — Invalid request (INVALID_ARGUMENT).
- `401` — Authentication required (UNAUTHENTICATED).
- `403` — Insufficient permission (PERMISSION_DENIED).
- `404` — Resource not found (NOT_FOUND).
- `500` — Internal error (INTERNAL).

---

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