Skip to content
Webinar - May 13th: How Criteo powers real-time decisions with a reduced footprintRegister now

Delete

To delete an entire record from the database using client.delete, and delete the key mykey in namespace test within set myset:

# Delete a record.
mykey = Key.new('test', 'myset', 'value')
existed = client.delete(mykey)

The return value indicates if the key existed in the database.

Feedback

Was this page helpful?

What type of feedback are you giving?

What would you like us to know?

+Capture screenshot

Can we reach out to you?