Delete an indicator

DELETE {{baseUrl}}/indicators/{{indicator_id}}

This endpoint allows you to delete indicator by its Unique Identification (UID) indicator_id.

HEADERS

KeyDatatypeRequiredDescription
AuthorizationstringA valid JWT token

RESPONSES

status: OK

{"error":false,"code":200,"message":"The Indicator has been soft deleted :)"}