Skip to main content
Delete a recording
curl --request DELETE \
  --url https://api.example.com/api/recordings/{recording_path}
[
  {
    "path": "<string>",
    "name": "<string>",
    "format": "<string>",
    "duration": "<string>",
    "size": "<string>",
    "created": "<string>"
  }
]

Path Parameters

recording_path
string
required

Response

Successful Response

path
string
required
name
string
required
format
string
required
duration
string
required
size
string
required
created
string
required