Skip to main content
DELETE
/
v3
/
sites
/
{site}
Delete Location
curl --request DELETE \
  --url https://app.plugchoice.com/api/v3/sites/{site} \
  --header 'Authorization: Bearer <token>'
Deletes the specified location. Returns a 204 No Content response on success.
site
string
required
The UUID of the location to delete.
team_uuid
string
The UUID of the team that owns the location.