Delete a Location
Endpoint
DELETE /v1/locations/:id
You can delete your existing location
API Response
{
"success": true,
"id": "61d565c69a3211036a05f3f8",
"message": "Location successfully been removed"
}
DELETE /v1/locations/:id
You can delete your existing location
{
"success": true,
"id": "61d565c69a3211036a05f3f8",
"message": "Location successfully been removed"
}