Delete Tag from Indicator¶
DELETE /1.3/indicators/tags/{tagId}?value={value}
Description¶
Deletes a tag from an indicator, for the given enclave.
Parameters¶
| Parameter | Required | Default | Description |
|---|---|---|---|
| value | X | The value of the indicator to delete the tag from. This is a query string parameter because the indicator value may require percent encoding. | |
| tagId | X | ID of the tag to delete from the indicator. |
Response (200)¶
Boolean representing success or failure of the operation. The operation will return false if the tag cannot be found.