Delete an AssetFile resource.
The Asset's current AssetFile cannot be deleted and will return an error if tried. (Only older version AssetFiles can be deleted.)
Security
bearerToken
The unique ID of the AssetFile
- Productionhttps://api-v2.dash.app/asset-files/{id}
- Staginghttps://api-v2.dashstaging.app/asset-files/{id}
curl -i -X DELETE \
'https://api-v2.dash.app/asset-files/{id}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'