Delete recording
Recordings
Delete Recording
Soft-delete a recording
DELETE
Delete recording
Soft-deletes a recording. Only the recording’s link creator or a workspace admin/owner can delete a recording.Documentation Index
Fetch the complete documentation index at: https://docs.userplane.io/llms.txt
Use this file to discover all available pages before exploring further.
This is a soft delete. The recording data is preserved but becomes inaccessible. Subsequent
requests for this recording return
410 Gone.Errors
| Error code | Status | Description |
|---|---|---|
RECORDING_NOT_FOUND | 404 | Recording does not exist |
RECORDING_GONE | 410 | Recording has already been deleted |
RECORDING_WORKSPACE_MISMATCH | 403 | Recording does not belong to this workspace |
RECORDING_DELETE_FORBIDDEN | 403 | You do not have permission to delete this recording |
RECORDING_DELETE_FAILED | 500 | Failed to delete the recording |
Related
List Recordings
View all active recordings in the workspace
Get Recording
Retrieve recording details before deletion
Delete Link
Soft-delete the associated recording link
Error Handling
Understand 410 Gone and other error codes