Locations
You can manage your additional location rules through our API.
Delete an additional location rule
DELETE https://sitemap.sh/api/locations/:location-id
This endpoint allows you to delete an existing additional location by it's ID.
Path Parameters
Name
Type
Description
location-id
string
The id of the location you want to delete.
Headers
Name
Type
Description
Authorization
string
Include your bearer token in order to authenticate for this request.
{ "message": "Successfully deleted." }Last updated
Was this helpful?