Skip to main content
DELETE
/
v1
/
contracts
/
{contractId}
/
lines
/
{lineId}
Delete contract line
curl --request DELETE \
  --url https://api.light.inc/v1/contracts/{contractId}/lines/{lineId} \
  --header 'Authorization: <api-key>'

Documentation Index

Fetch the complete documentation index at: https://docs.light.inc/llms.txt

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

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <api_key>, where <api_key> is your api key.

Path Parameters

contractId
string<uuid>
required
lineId
string<uuid>
required

Response

default - application/json;charset=UTF-8

default response