Deletes the shift associated with the supplied uuid
Errors
-
401
Unauthorized
-
403
Read Denied - if the user is not allowed to delete this shift
-
404
Record Not Found - returned if the project with the specified UUID is not found
-
404
Record Not Found - returned if the shift with the specified UUID is not found
Example
DELETE /api/1/shifts/2429b3e3-3ce6-42af-af50-800186b6cfdf
200