Skip to Content
API ReferenceRecordingsDelete Recording

Delete Recording

Permanently delete a recording and all associated data.

DELETEhttps://api.identitycall.com/api/v1/public/recordings/:id

Permanently delete a recording, its transcription, and all analysis data.

Requires delete permission

This action is irreversible. The recording, transcription, dialogues, goal results, keyword detections, and pause events will all be permanently deleted.

Path Parameters

Parameters

NameTypeRequiredDefaultDescription
idintegerYes-Recording ID

Request

curl -X DELETE "https://api.identitycall.com/api/v1/public/recordings/123" \ -H "Authorization: Bearer $IDENTITYCALL_API_KEY"

Response

Returns 204 No Content on success with an empty body.

Errors

StatusErrorDescription
403”Delete permission required”API key lacks delete permission
404”Resource not found”Recording doesn’t exist

Try It

Try It