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

# Delete obligation

> Remove a compliance obligation.

Permanently deletes a compliance obligation.

## Path parameters

<ParamField path="obligationId" type="string" required>
  The obligation ID.
</ParamField>

<RequestExample>
  ```bash cURL theme={null}
  curl -X DELETE https://api.vouchmark.com/v1/compliance/obligations/obl_aBcD... \
    -H "Authorization: Bearer $TOKEN"
  ```
</RequestExample>

<ResponseExample>
  ```json theme={null}
  {
    "success": true,
    "data": null
  }
  ```
</ResponseExample>
