Skip to main content
POST
https://app.leafpress.io
/
deletecustomvalue
/
{property_id}
Delete Custom Value
curl --request POST \
  --url https://app.leafpress.io/deletecustomvalue/{property_id} \
  --header 'Authorization: Basic <encoded-value>'
Deletes custom value from a specific file or across a property.

Request Params

property_id
string
Specified property ID where data will enter

Request Body

custom_values
Array of Strings
Custom values to be deleted from a file or across a property (e.g. [“Meter Number”, “Peak Energy Usage”, etc.])
file
String (Optional)
Name of file to delete custom value from

Response

None