Delete
Delete Project
DELETE - /v2/companies/<company_id>/projects/<project_id>
Truncating Future Assignments
If you delete a Project that still has assignments scheduled on it out into the future, the assignments that are in progress will be truncated so their end date is the day the Project was deleted. Any assignment in the future but not in progress at the time of deleting the project will be completely canceled.
Responses:
Successful Response
When a Project has been successfully deleted, you will receive the Project's ID back as confirmation.
{"id": "94186279-fa66-42c6-a2ca-f44dde84f584"}
Updated about 7 years ago