Skip to main content
DELETE
/
properties
/
{id}
Delete a property
curl --request DELETE \
  --url https://sitevisit.app/api/v1/properties/{id} \
  --header 'Authorization: Bearer <token>'
{
  "error": {
    "code": "invalid_api_key",
    "message": "The API key provided is invalid, revoked, or doesn't exist.",
    "docs_url": "<string>",
    "request_id": "req_abc123"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

Resource deleted.