Delete a Saved Location
Delete an existing Saved Location.
Request
HTTP Request
DELETE https://api.predicthq.com/v1/saved-locations/
Path Parameters
Parameter
Description
location_id
An existing Saved Location ID.
Response
If successful, the HTTP response code will be 202 Accepted
.
Examples
curl -X DELETE "https://api.predicthq.com/v1/saved-locations/$LOCATION_ID" \
-H "Authorization: Bearer $ACCESS_TOKEN"
Guides
Below are some guides relevant to this API:
Last updated
Was this helpful?