Delete a WorkCycleException.
Workcycle-exceptions
Delete a WorkCycleException.
The
WorkCycleException, once deleted, stays available in the API.Deleting a WorkCycleException means marking it as deleted by setting its deletedAt property to the deletion date. This allows us to keep track of deletions and to provide the possibility to filter out deleted WorkCycleExceptions from list responses.
In order to filter out the deleted WorkCycleException, you may use the deletedAt
query parameter:
GET /api/v3/workcycleexceptions?deletedAt=null HTTPS/1.1
Host: example.ilucca.net
Authorization: lucca application=XXXX
DELETE
Delete a WorkCycleException.