Delete Project
curl --request DELETE \
--url https://api.realtimelca.com/rest/api/BuildingProject \
--header 'Authorization: Bearer <token>'Project
Delete Project
Permanently deletes a Building Project identified by its unique ID. This action is irreversible — once deleted, the project and its associated data cannot be recovered.
DELETE
/
BuildingProject
Delete Project
curl --request DELETE \
--url https://api.realtimelca.com/rest/api/BuildingProject \
--header 'Authorization: Bearer <token>'⌘I

