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

# Cancel Assignment

> Cancel a Driving assignment

Cancel a Driving assignment and remove the linked task.

<ParamField path="id" type="string" required>
  Assignment ID
</ParamField>

<RequestExample>
  ```bash cURL theme={null}
  curl https://api.v2.dealmachine.com/v1/driving/assignments/100 \
    -X DELETE \
    -H "Authorization: Bearer dm_sk_live_xxx"
  ```
</RequestExample>
