cURL
curl --request DELETE \ --url https://api.xenia.team/api/v1/mgt/workspaces/{workspaceId}/location-groups/{locationGroupId} \ --header 'x-client-key: <api-key>' \ --header 'x-client-secret: <api-key>'
{ "data": {}, "meta": {} }
UUID of the workspace.
UUID of the location group to delete.
Location group deleted successfully.