DELETE
/v1/radar/value_list_items/{item}Delete a value list item
Deletes a value list item and removes it from its parent Radar value list. Supply the item identifier to permanently remove that item from the list.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
itemstringrequired
The unique identifier of the value list item to delete, up to 5,000 characters.
200Returns a deletion object containing the deleted item's identifier, its object type, and `deleted: true`.
deletedbooleanrequired
Always true for a deleted object
idstringrequired
Unique identifier for the object.
objectstringrequired
String representing the object's type. Objects of the same type share the same value.
defaultError response.
errorobjectrequired
Error handling
item must be a string no longer than 5,000 characters identifying the value list item to remove. The operation does not define request body fields, so send the identifier as the path parameter.