Remove site

Send a DELETE request to remove a site.

Removing by uuid
$ curl -H "Authorization: Bearer api-key" -X DELETE https://api.planadoapp.com/v2/sites/d7b13355-a1bb-4ba4-b047-97f6be4e3bd8 | jq
{
  "message": "Performed"
}
Removing by external_id
$ curl -H "Authorization: Bearer api-key" -X DELETE https://api.planadoapp.com/v2/sites/external-site-62822565789805 | jq
{
  "message": "Performed"
}