Skip to main content
DELETE
/
v1
/
public
/
properties
/
{property_id}
Delete property
curl --request DELETE \
  --url https://api.poelis.com/v1/public/properties/{property_id} \
  --header 'Authorization: Bearer <token>'
{
  "error": "unauthorized",
  "message": "Invalid or missing API key"
}

Authorizations

Authorization
string
header
required

Enter your API key. Example: Bearer poelis_api_...

Path Parameters

property_id
string
required

Query Parameters

type
string
required

Property type: numeric, formula, matrix, text, date, or status

Response

Successful Response