Deleting Data
Introduction
Now that you understand how to create and update data in XaitCPQ, you may want to remove some of the records from the system. Deleting records is easy and only takes a single call.
Deleting Records
In order to delete a record, you will need to produce a URL similar to the following, replacing "company" and the record identifier as needed. The request must be made using the HTTP DELETE verb.
https://eurotherm-web-api.xaitcpq.net/data/company/5c4a9978-9a54-409a-8b4c-c8bd1d02b2c3
The API will then respond with true or false depending on if the deletion was successful.
NOTE: If a record has data related to it, the deletion will fail until all of the related data has been deleted.