Skip to main content

Delete Predicate

Deletes a single predicate by its unique ID.

Basic Parameters

ParameterDescription
Predicate IDPredicate's unique ID (uuid).

Advanced Parameters

ParameterDescription
ConsistencyReturn when data is ready for read or query.
Correlation IDID to correlate multiple requests.
TimeoutTime to wait before consistency=query throws.
Transaction IDID 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

Workflow LibraryPreview this Workflow on desktop