Skip to main content
DELETE
/
directory
/
api
/
4.0
/
work-contracts
/
{id}
Delete a work-contract
curl --request DELETE \
  --url https://{host}/directory/api/4.0/work-contracts/{id} \
  --header 'Authorization: <authorization>'

Documentation Index

Fetch the complete documentation index at: https://developers.lucca.fr/llms.txt

Use this file to discover all available pages before exploring further.

Headers

Authorization
string
required

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

Path Parameters

id
integer
required

Identifier of the work-contract to retrieve.

Required range: x >= 1

Response

OK