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 HTTPS/1.1
Host: example.ilucca.net
Authorization: lucca application=XXXX
DELETE
Headers
API key. Value must be formatted like so: lucca application={api_key}
.
Path Parameters
ID of the workcycleException
Required range:
x >= 1
Response
200
OK
Was this page helpful?