API Reference
Destroy a location by id.
cURL
curl --request DELETE \ --url https://app.gomangrove.com/api/v1/projects/{project_id}/locations/{location_id} \ --header 'Authorization: <api-key>'
{ "status": "error", "statusCode": 404, "errors": [ { "message": "Record not found." } ] }
204