Cubewire LogoDeveloper
Support
Onboarding
Cubewire Developer Hub Logo
SOC 2 Compliant

Developer documentation and tools for Cubewire's digital wallet infrastructure. Built for developers, by developers.

developers@cubewire.com
TwitterGitHubDiscord

Developer Tools

  • API Documentation
  • API Reference

Resources

  • Documentation

Company

  • About
  • Contact

Legal

  • Privacy Policy
  • Terms of Service
© 2026 Cubewire. All rights reserved.
Developer Documentation Portal•Built with ♥ for developers
  1. Cubewire Wallet
  2. Manage Lists
  3. Remove items from named list

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
successbooleanWhether the operation succeeded
messagestringOperation result message
removedCountintegerNumber of items removed
namedListobjectUpdated named list (see fields below)

namedList Object

FieldTypeDescription
idUUIDUnique list identifier
namestringList name
typestringList type
descriptionstringList description
statusstringACTIVE or INACTIVE
itemsstring[]Array of remaining items after removal
organizationIdUUIDOwning organization ID
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

On this page

  • Path Parameters
  • Request Body
  • Behavior
  • Response Fields
  • `namedList` Object
  • Use Cases
  • Required Permission
  1. Cubewire Wallet
  2. Manage Lists
  3. Remove items from named list

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
successbooleanWhether the operation succeeded
messagestringOperation result message
removedCountintegerNumber of items removed
namedListobjectUpdated named list (see fields below)

namedList Object

FieldTypeDescription
idUUIDUnique list identifier
namestringList name
typestringList type
descriptionstringList description
statusstringACTIVE or INACTIVE
itemsstring[]Array of remaining items after removal
organizationIdUUIDOwning organization ID
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

On this page

  • Path Parameters
  • Request Body
  • Behavior
  • Response Fields
  • `namedList` Object
  • Use Cases
  • Required Permission