Delete Listing by Coordinates
Listings & Quietness
Delete Listing by Coordinates
Delete a listing using its location coordinates
DELETE
Delete Listing by Coordinates
Overview
The Delete Listing by Coordinates API removes a specific listing using latitude and longitude coordinates. This is useful when you want to delete a listing but only have the coordinates, not the listing ID.To obtain an API key, register for an account and subscribe to a plan.
Authorization
Your API key for authentication
Query Parameters
The latitude coordinate of the listing to delete (e.g., 37.7749)
The longitude coordinate of the listing to delete (e.g., -122.4194)
Response Fields
| Field | Type | Description |
|---|---|---|
success | boolean | Whether the deletion was successful |
message | string | Confirmation message |
new_listing_count | number | Updated total number of listings after deletion |
deletions_used | number | Total number of deletions used |
deletions_max | number | Maximum deletions allowed on your plan (-1 for unlimited) |
Notes
- Coordinates are matched with 6 decimal places of precision
- If no listing exists at the specified coordinates, a 404 error is returned
Use Cases
- Location-based deletion: Remove a listing when you know the address/coordinates
- Integration with mapping tools: Delete listings based on map selections
- Coordinate-based workflows: Manage listings using location data