v1
latestOpenAPI 3.1.02026-07-2295105298.6 KBBasics
Delete Location
Soft-deletes a location.
delete/api/v1/locations/{location_id}
Path parameters
location_idstring uuid required
The location to delete.
Query parameters
website_idstring uuid required
Website that owns the location.
Response
Location deleted
Example response
{
"success": true
}