Skip to main content

Delete specific recording using the recording Id

You can use this API to delete a specific recording using the recording Id.

API: https://meeting.zoho.com/api/v2/{zsoid}/recordings/{recordingId}.json 

Method: Delete 

OAuth Scope: ZohoMeeting.recording.DELETE

Request Example:

Copiedhttps://meeting.zoho.com/api/v2/123456/recordings/9867543.json

Response Example:

CopiedHTTP Code: 204
HTTP Body: No-Content

POSSIBLE ERROR CASES

1. Invalid DC or Invalid token or Invalid token


HTTP Code: 400

HTTP Body:

Copied{
    "error": {
        "code": 2000,
        "message": "INVALID_OAUTHTOKEN"
    }
}

Resolution: Check whether the entered DC is correct and entered token is not expired.

2. Invalid recording Id

HTTP CODE : 400
HTTP Body:

Copied{
    "error": {
        "errorCode": 4019,
        "message": "Please provide a valid id.",
        "key": "INVALID_E_RECORDING_ID"
    }
}

Resolution: Should enter a valid recording Id.

3. Invalid organization Id

HTTP CODE : 401
HTTP Body:

Copied {
    "error": {
        "errorCode": 3001,
        "message": "You do not have permission to access this organization account.",
        "key": "UNAUTHORIZED_USER"
    }
}

Resolution: Should enter a valid organization Id.