curl --location --request DELETE 'https://sux.chatsight.ai/api/properties' \
--header 'Authorization: Bearer <API_KEY>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "property_id": <PROPERTY_ID>
}'

Request Body Properties

KeyValue
property_idThe ID of the property.