Delete an indicator
DELETE {{baseUrl}}/indicators/{{indicator_id}}
This endpoint allows you to delete indicator by its Unique Identification (UID) indicator_id.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | A valid JWT token |
RESPONSES
status: OK
{"error":false,"code":200,"message":"The Indicator has been soft deleted :)"}