DELETE
/
api
/
v3
/
leaves
/
{id}
curl --request DELETE \
  --url https://{host}/api/v3/leaves/{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
string
required

Identifier of the leave.

Response

200
_mintlify/placeholder

OK