Skip to main content
HTTP Method: DELETE URL: /api/v3/recordings/{recordingId} Authentication: Requires API Key in the request header. Path Parameters:
ParameterTypeDescription
recordingIdstringThe unique identifier of the recording to delete
Response: No content on success Rate limit: No rate limit Status Codes:
  • 202 Accepted Recording successfully deleted.
  • 401 Unauthorized Authentication failed.
  • 404 Not Found Recording not found or not accessible.

Sample Request

DELETE /api/v3/recordings/rec123 HTTP/1.1
Host: platform.riverside.fm
Authorization: Bearer YOUR_API_KEY

Sample Response

HTTP/1.1 202 Accepted