v1

latestOpenAPI 3.1.02026-07-2295105298.6 KB
Basics

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

successboolean required
locationstring required

Example response

{
  "success": true
}