> ## 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.

# Remove Property Tag

> Remove a Driving tag from one property

Remove one Driving tag from one property.

<ParamField path="propertyId" type="number" required>
  Internal DealMachine property ID
</ParamField>

<ParamField path="tagId" type="number" required>
  Driving tag ID
</ParamField>

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