DELETE /config/event_sources/custom_properties/property_calculated_expressions/{expression_id}
Deletes a Custom Property Calculated Expression based on the supplied expression ID. Requires the System Administrator, Security Admin or User Defined Event Properties permission.
Deletes a Custom Property Calculated Expression based on the supplied expression ID. Requires the System Administrator, Security Admin or User Defined Event Properties permission.
MIME Type |
---|
text/plain |
Parameter | Type | Optionality | Data Type | MIME Type | Description |
---|---|---|---|---|---|
expression_id |
path |
Required |
String |
text/plain |
Required - The identifier of the Calculated expression. |
HTTP Response Code | Unique Code | Description |
---|---|---|
204 |
The requested Calculated expression was successfully deleted. |
|
403 |
1009 |
The user cannot delete the resource because it only can be deleted by the owner or admin user. |
404 |
1002 |
The requested Calculated expression cannot be found. |
500 |
1020 |
An error occurred during the attempt to delete the requested Calculated expression. |
Response Description
Response Sample