Skip to content

Delete a Location

DELETE
/businesses/{businessId}/locations/{locationId}
curl --request DELETE \
--url https://api.upvio.com/v1/businesses/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/locations/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0 \
--header 'Authorization: Bearer <token>'

Delete an existing location.

businessId
required
string format: uuid

Business ID

locationId
required
string format: uuid

Location ID

Confirmation of deletion.

Location requires authentication

Media type application/json
object
error
object
code
number
title
string
Example
{
"error": {
"code": 404,
"title": "Not Found"
}
}

Location not found

Media type application/json
object
error
object
code
number
title
string
Example
{
"error": {
"code": 404,
"title": "Not Found"
}
}