Endpoint
deleted flag to true in MongoDB. The record is no longer returned by any list, get, or search endpoints.
Path parameters
ObjectId string of the indicator to delete. Returns
400 if not a valid ObjectId.Response
The ObjectId string of the deleted indicator.
Always
true on a successful delete.Errors
| Status | Condition |
|---|---|
400 | indicator_id is not a valid ObjectId format |
404 | No indicator with the given ID exists |
Examples
Sample response
200