Workcycle-exceptions
Delete a WorkCycleException.
❗Note: The WorkCycleException
, once deleted, stays available in the API.
In order to filter out the deleted WorkCycleException
, you may use the deletedAt
query parameter:
GET /api/v3/workcycleexceptions?deletedAt=null HTTP/1.1
Host: example.ilucca.net
Authorization: lucca application=XXXX
DELETE
/
api
/
v3
/
workcycleExceptions
/
{workcycleExceptionId}
Path Parameters
workcycleExceptionId
integer
requiredID of the workcycleException
Required range:
x > 1
Was this page helpful?