DELETE /locations/{location_id}

Delete location

This endpoint allows you to delete a specific location from your DTM account.

Delete location

delete

Delete location

Authorizations
Path parameters
loc_idstringRequired

loc_id

Responses
200
Successful operation
application/json
delete
DELETE /dtm-api/v1/locations/{loc_id} HTTP/1.1
Host: api.getdor.com
Authorization: Basic username:password
Accept: */*
{
  "data": {},
  "meta": {}
}

Last updated