DELETE /locations/{location_id}
Delete location
Delete location
Authorizations
AuthorizationstringRequired
Path parameters
loc_idstringRequired
loc_id
Responses
200
Successful operation
application/json
dataobjectOptional
metaobjectOptional
400
Invalid parameters
404
Location not found
delete/locations/{loc_id}
DELETE /dtm-api/v1/locations/{loc_id} HTTP/1.1
Host: api.getdor.com
Authorization: Basic username:password
Accept: */*
{
"data": {},
"meta": {}
}Last updated