Delete location
Last updated 1 year ago
This endpoint allows you to delete a specific location from your DTM account.
/locations/{loc_id}
loc_id
curl -L \ --request DELETE \ --url 'https://api.getdor.com/dtm-api/v1/locations/{loc_id}' \ --header 'Authorization: Basic username:password'
{ "data": {}, "meta": {} }