DELETE /locations/{location_id}
Delete location
This endpoint allows you to delete a specific location from your DTM account.
Delete location
Authorizations
Path parameters
loc_idstringRequired
loc_id
Responses
200
Successful operation
application/json
400
Invalid parameters
404
Location not found
delete
DELETE /dtm-api/v1/locations/{loc_id} HTTP/1.1
Host: api.getdor.com
Authorization: Basic username:password
Accept: */*
{
"data": {},
"meta": {}
}
Last updated