Delete a location
cURL
curl --request DELETE \ --url https://playground.answeringagent.com/api/v1/locations/{location_id} \ --header 'X-API-KEY: <api-key>'
{ "message": "Location deleted successfully" }
The ID of the location
Location deleted successfully
"Location deleted successfully"