DELETE
/v1/radar/value_lists/{value_list}Delete a Radar value list
Deletes a Radar value list and all items contained in it. The value list must not be referenced by any rules before you delete it.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
value_liststringrequired
The unique identifier of the Radar value list to delete, limited to 5000 characters.
200Returns a deleted-object response with `deleted` set to true, the value list identifier, and the `radar.value_list` object type.
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
value_list must identify the value list to delete and must be no more than 5000 characters. The list must not be referenced in any rules, because deleting it also removes its contained items.