Skip to main content
DELETE
/
api
/
v3
/
sites
/
{site_uuid}
Delete site
curl --request DELETE \
  --url https://app.plugchoice.com/api/v3/sites/{site_uuid} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "team_uuid": "6ff8f7f6-1eb3-3525-be4a-3932c805afed"
}
'
{}

Authorizations

Authorization
string
header
required

See the documentation for more information.

Path Parameters

site_uuid
string
required

Body

application/json
team_uuid
string | null

Must be a valid UUID.

Example:

"6ff8f7f6-1eb3-3525-be4a-3932c805afed"

Response

204 - application/json
object | null

Site deleted successfully

The response is of type object.