Delete a Location
DELETE /businesses/{businessId}/locations/{locationId}
DELETE
/businesses/{businessId}/locations/{locationId}
Delete an existing location.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” businessId
required
string format: uuid
Business ID
locationId
required
string format: uuid
Location ID
Responses
Section titled “ Responses ”Confirmation of deletion.
Location requires authentication
object
error
object
code
number
Example
404 title
string
Example
Not FoundLocation not found
object
error
object
code
number
Example
404 title
string
Example
Not Found