Logo
Zoom Public API Documentation

Delete a user's call log

DELETE {{baseUrl}}/phone/users/:userId/call_logs/:callLogId

Deletes a user's call log. For user-level apps, pass the me value instead of the userId parameter.

Prerequisites: * User must belong to a Business or Enterprise account * User must have a Zoom Phone license

Scopes: phone:write,phone:write:admin,phone_call_log:write,phone_call_log:write:admin

Granular Scopes: phone:delete:call_log,phone:delete:call_log:admin

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X DELETE 'https://api.zoom.us/v2/phone/users/:userId/call_logs/:callLogId'

ENDPOINTS