> ## Documentation Index
> Fetch the complete documentation index at: https://docs.agd.sa/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete Contract

> Delete a contract

### Path Parameters

<ParamField path="contract_id" type="integer" required>
  The ID of the contract to delete
</ParamField>

### Headers

<ParamField header="Accept" type="string" required>
  Must be "application/json"
</ParamField>

<RequestExample>
  ```bash theme={null}
  curl --request DELETE \
    --url /tenant/v1/contracts/19 \
    --header 'Accept: application/json' \
    --header 'Authorization: Bearer {access_token}'
  ```
</RequestExample>
