## Delete a location `DELETE https://getkollek.com/api/locations/{location}` Delete a location. Its nested child locations are deleted with it. **Permissions:** Owners and editors. Viewers get a 404 response. ### Path parameters - `location` (integer, required): The ID of the location. **Returns:** An empty response. ### Example request ```bash curl https://getkollek.com/api/locations/1 \ -X DELETE \ -H "Authorization: Bearer $API_KEY" \ -H "Accept: application/json" ``` ### Example response `Status: 204` The response has no body.