DELETE /locations/{location_id}
Delete location
This endpoint allows you to delete a specific location from your DTM account.
Last updated
Delete location
This endpoint allows you to delete a specific location from your DTM account.
Last updated
DELETE /dtm-api/v1/locations/{loc_id} HTTP/1.1
Host: api.getdor.com
Authorization: Basic username:password
Accept: */*
{
"data": {},
"meta": {}
}