DELETE
/
api
/
v3
/
workcycleExceptions
/
{id}
curl --request DELETE \
  --url https://{host}/api/v3/workcycleExceptions/{id} \
  --header 'Authorization: <authorization>'
This response does not have an example.

Headers

Authorization
string
required

API key. Value must be formatted like so: lucca application={api_key}.

Path Parameters

id
integer
required

ID of the workcycleException

Required range: x >= 1

Response

200

OK