Skip to main content
This endpoint is deprecated. Please migrate to the v3 Delete Recording endpoint.
HTTP Method: DELETE URL: /api/v1/recordings/{recording_id} Authentication: Requires API Key in the request header. Path Parameters:
  • recording_id ID of the recording to retrieve. To find this value, visit the recording page and click “Copy Recording ID” in the three dots menu.
Response: None (HTTP status codes only). Status Codes:
  • 204 No Content Recording successfully deleted.
  • 401 Unauthorized Authentication failed.
  • 404 Not Found Recording not found.

Sample Request

Sample Response