Getting 200 No Permission Error while calling the Delete API

HI,

I am getting the following response while calling the Recording Delete API in most of my recordings. also note some of the recordings are deleted with the same Process using APIs.

Error Response Receiving

400 Bad Request: {“code”:200,“message”:“No permission.”}

URL I have tried
https://api.zoom.us/v2/meetings/{MeetingID}/recordings
https://api.zoom.us/v2/meetings/{MeetingID}/recordings?action=trash
https://api.zoom.us/v2/meetings/{UUID}/recordings
https://api.zoom.us/v2/meetings/{MeetingID}/recordings/{recordingFIleID}

Note: I have been using Server-to-Server OAuth to Generate my Tokens and Also My meeting Type is: 2.

Hi @professionalsna
Thanks for reaching out to us!
Are you still having this issue?
Can you please confirm that these recordings that you are trying to delete are part or your account?

I’m seeing the same issue, with the same kind of access token (server to server). The token has admin rights for the account, but still I keep getting the no permission response.
@elisa.zoom any chance there’s a solution for this?

@professionalsna were you able to resolve this?