Delete Allocation
Allocations
Delete Allocation
Removes an existing resource allocation.
Request Body Requirements: All values in the object are required.
Known Errors:
AllocationNotFoundError— The specified allocation cannot be foundProjectNotFoundError— The specified project cannot be found
Please ensure that your request is valid and all specified resources exist to avoid these errors.
DELETE
Delete Allocation
Authorizations
Uses the same authentication as the main COR API. Obtain a token from https://api.projectcor.com/v1/oauth/token
Body
application/json
ID of the user being allocated
Company ID
Start date (YYYY-MM-DD)
End date (YYYY-MM-DD). Must be after 'from' date and within 12 months.
ID of the user who assigned the allocation
Number of hours allocated
User email (optional)
Response
Allocation deleted successfully

