Remove items from named list

Remove one or more items from an existing named list. Items not found in the list are silently ignored.

Path Parameters

ParameterTypeRequiredDescription
idUUIDYesNamed list identifier

Request Body

FieldTypeRequiredDescription
itemsstring[]YesArray of items to remove (at least one required)

Behavior

  • Specified items are removed from the list
  • Items not in the list are silently ignored
  • Changes affect policies immediately for ACTIVE lists
  • Case-sensitive matching

Response Fields

FieldTypeDescription
idUUIDUnique list identifier
namestringList name
typestringList type
descriptionstringList description
statusstringACTIVE or INACTIVE
itemsstring[]Array of remaining items after removal
metadataobjectAdditional metadata
organizationIdUUIDOwning organization ID
createdBystringUser ID who created the list
updatedBystringUser ID who last updated the list
itemCountnumberNumber of items remaining in the list
createdAtstringCreation timestamp (ISO 8601)
updatedAtstringLast update timestamp (ISO 8601)

Use Cases

  • Remove addresses from whitelists
  • Revoke previously approved addresses
  • Clean up outdated list entries
  • Update address-based policy restrictions

Required Permission

lists:update