Delete Predicate
Deletes a single predicate by its unique ID.
Basic Parameters
Parameter | Description |
---|---|
Predicate ID | Predicate's unique ID (uuid). |
Advanced Parameters
Parameter | Description |
---|---|
Consistency | Return when data is ready for read or query. |
Correlation ID | ID to correlate multiple requests. |
Timeout | Time to wait before consistency=query throws. |
Transaction ID | ID for a transaction. |
Example Output
{
"_status": {
"status": 0,
"code": "string"
},
"_meta": {
"stats": {
"offset": 0,
"limit": 0,
"total": 0
},
"origin": {}
}
}
Workflow Library Example
Delete Predicate with Proofpoint Itm and Send Results Via Email
Preview this Workflow on desktop