Archive
Last updated
Last updated
To archive an existing recording -> execute a POST request to the /recordings/:id/archive endpoint.
The id uniquely identifies the recording.
Archived recordings are permanently deleted after 30 days. You can still the recording in this 30 days grace period.
Response (204 -> No Content)
Response is empty because the recording was archived and there is no content to return.