Delete specific recording using the recording Id
You can use this API to delete a specific recording using the recording Id.
API: https://webinar.zoho.com/api/v2/{zsoid}/recordings/{recordingId}.json
Method: Delete
OAuth Scope: ZohoWebinar.recording.DELETE
Request Example:
Copied
Response Example:
Copied
POSSIBLE ERROR CASES
1. Invalid DC or Invalid token or Invalid token
HTTP Code: 400
HTTP Body:
Copied
Resolution: Check whether the entered DC is correct and entered token is not expired.
2. Invalid recording Id
HTTP CODE : 400
HTTP Body:
Copied
Resolution: Should enter a valid recording Id.
3. Invalid organization Id
HTTP CODE : 401
HTTP Body:
Copied
Resolution: Should enter a valid organization Id.