DELETE /callLogs/{id}
Deletes a call log. If there is an audio recording attached to it, it will also be deleted. The related activity will not be removed by this request. If you want to remove the related activities, please use the endpoint which is specific for activities.
Servers
- https://api.pipedrive.com/v1
Path parameters
Name | Type | Required | Description |
---|---|---|---|
id |
String | Yes |
The ID received when you create the call log |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.