Delete Data Filters
info
All JSON array responses have been shortened for readability.
DELETE/<ApplicationID/collections/<CollectionID>/datafilters/<DataFilterID>
Endpoint Requires Authentication
warning
Data Filters are primarily used with the frontend interface at go.centrix.world. They can only be used with a valid collection parent.
Example
https://api.centrix.world/641c1177ebc8b2f3c195b02c/collections/641c1177ebc8b2f3c195b033/datafilters/641c1177ebc8b2f3c195b042
Description
Deletes the given data filter.
Filters are created with an owner, which should be the principal entity ID that made the request.
If the filters isPublic
is false
, or allowPublicEditing
is false
, it cannot be deleted by a different user.
Returns
{
"timestamp": "2023-03-23T13:25:47.944Z",
"data": {
"acknowledged": true,
"deletedCount": 1
}
}