Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.

Remove Property Tag

Remove one Driving tag from one property.
path propertyIdnumberrequired
Internal DealMachine property ID
path tagIdnumberrequired
Driving tag ID
Request example
curl https://api.v2.dealmachine.com/v1/driving/properties/123456/tags/11 \ -X DELETE \ -H "Authorization: Bearer dm_sk_live_xxx"