Good afternoon,
I'm trying to delete some interactions through the API "/api/v2/userrecordings/{recordingId}", but it's returning 404
{
"message": "Workspace document not found: XXXXXXXXXX",
"code": "not.found",
"status": 404,
"messageParams": {},
"contextId": "XXXXXXXXXX",
"details": [],
"errors": []
}
But using the same recordingId in other APIs such as "/api/v2/conversations/{conversationId}/recordingmetadata/{recordingId}" it returns a 200 OK.
{
"id": "XXXXXXXXXX",
"conversationId": "XXXXXXXXXXXXXXX",
"startTime": "2023-06-14T00:06:40.732Z",
"endTime": "2023-06-14T00:07:26.972Z",
"media": "audio",
"annotations": [],
"fileState": "AVAILABLE",
"maxAllowedRestorationsForOrg": 100,
"remainingRestorationsAllowedForOrg": 100,
"sessionId": "XXXXXXXXXX",
"region": "us-east-1",
"selfUri": "/api/v2/conversations/XXXXXXXXXX/recordingmetadata/XXXXXXXXXX"
}