Zoom allows users to recover recordings from trash for up to 30 days from the deletion date. Use this API to recover all deleted Cloud Recordings of a specific meeting.
curl--location--request PUT 'http://api.zoom.us/v2/meetings//recordings/status'
响应示例响应示例
200 - 示例 1
{}
请求参数
Path 参数
Body 参数multipart/form-data
返回响应
🟢200**Error Code:** `200`<br>
You do not have the right permissions.
application/json
Body
🟢204**HTTP Status Code:** `204` <br>
Deleted recordings of the meeting recovered.
🟠400**HTTP Status Code:** `400` <br>
**Error Code:** `1010`<br>
User does not belong to this account: {accountId}.
🟠404**HTTP Status Code:** `404` <br>
Meeting recording not found.<br> **Error Code:** `1001`<br> User does not exist: {userId}.<br>
**Error Code:** `3301`<br>There is no recording for this meeting.