Logo
Zoom Public API Documentation

Delete a user's call log

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

Use this API to delete 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

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status





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

ENDPOINTS