# Delete Recording Data Delete all data related to the recording, including transcription and recording. Be aware, this action is not reversible! Endpoint: DELETE /recording/{id} Version: v1 Security: bearerAuth ## Path parameters: - `id` (string, required) Recording ID ## Response 200 fields (application/json): - `message` (string) Example: "Recording deleted successfully." ## Response 401 fields (application/json): - `message` (string) Error message Example: "Unauthenticated." ## Response 404 fields (application/json): - `message` (string) Error message Example: "No results found."