Last updated 1 year ago
This endpoint allows you to delete a specific location from your DTM account.
Delete location
loc_id
Successful operation
const response = await fetch('https://api.getdor.com/dtm-api/v1/locations/{loc_id}', { method: 'DELETE', headers: { "Authorization": "basic <token>" }, }); const data = await response.json();
{}