Contents

Changelog

UPDATE
Effective from:

March 1, 2021

Change in behavior of 4 bulk DELETE endpoints

Announced: January 29, 2021

Effective from:
March 1, 2021

Change in behavior of 4 bulk DELETE endpoints

What will change?

Four Pipedrive API bulk DELETE endpoints will be limited to deleting up to 1000 items per request.

The requests made against the following four bulk DELETE endpoints will be serviced slower than before. The processing speed will be based on the number of items being deleted and the worst case scenario being at most 20 seconds for a request with 1000 items.

The change affects the following four API endpoints:


Why?

We are making technical improvements in the backend to increase the reliability of features reacting to changes made to entities. Examples of those features include Workflow Automation and Webhooks. In the current state, in rare cases when performing large bulk deletes, a reaction could be lost.

The bulk deletes will be done asynchronously in the background by going through items 1 by 1. This will make it possible for all related features to react to changes in a reliable way.

Who is affected?

Anyone depending on the behavior of those previously listed four endpoints in any way is affected. In case you are using the four endpoints in your code or 3rd party app/integration, please make sure that you complete the following two steps as soon as possible (or by March 1, 2021 the latest):

  • send the maximum of 1000 items at once
  • your code can handle the requests taking longer to finish

Published on January 29, 2021

Subscribe to our
Changelog

You may unsubscribe anytime using the unsubscribe link in our emails. For more information, please see our privacy notice.

Subscribe to our
Changelog

You may unsubscribe anytime using the unsubscribe link in our emails. For more information, please see our privacy notice.