Archive
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 unarchive the recording in this 30 days grace period.
Request
curl --request POST \
--url https://api.digitalsamba.com/api/v1/recordings/c39d7c40-7ff7-4faa-b06f-698a639a9523/archive \
--user YOUR_TEAM_ID:YOUR_DEVELOPER_KEY
Response (204 -> No Content)
Response is empty because the recording was archived and there is no content to return.
Last updated