Contents
2025
2024
2023
2022
2021
Changelog
March 18, 2024
PUT deals/{id}
endpoint for soft-deleted dealsAnnounced: January 15, 2024
March 18, 2024
What is changing?
From March 18, 2023, we are starting to restrict editing of soft-deleted deals via PUT deals/{id}
endpoint. This means that it is not possible to edit any fields (except restoring the deal) once the status
of the deal has changed to deleted
. In order to be able to edit that soft deleted deal, you must first restore that deal.
Why is it changing?
We already have similar behavior for PUT persons/{id}
and PUT organizations/{id}
. Editing fields after the entity has been soft deleted will push the deadline for permanent deletion further which may cause confusion and additional issues for our customers.
If you have any questions or comments, please let us know in the Developer’s Community.