delete

This block is part of the redis group and was last modified in core v13.0.6.

Redis Key Selection Required

This block relies on a Redis key to perform its redis releated actions. You must manually select the Redis key you want to use in the flow in the blueprint using the Redis key selector modal. To access the modal, click the white button on the block.

delete v11.0.0 Updated v13.0.6

Removes the specified key and their values.

In pins 0 + flow
  • flow
    flow
Out pins 1 + flow
  • flow
    flow
  • success v13.0.6
    condition
redis delete
delete

A typical wiring for delete: get guid feeds the key pin; the flow out pin feeds broadcast.

Studio canvas example for the delete block: typical wiring for delete.

Commonly used with

In production blueprints, this block is most often wired together with:

  • create: feeds into this block. Creates a new function that can be executed using the given name.
  • get fields: feeds into this block. Gets the selected fields from the given object.
  • delete: wired in both directions with this block. Removes the specified key and their values.
  • get guid: feeds into this block. Returns the guid (field: _meta.guid) of the given user.
  • branch: feeds into this block.
  • broadcast: this block feeds into it. Send a message across different sessions over a channel and event. These messages are on send and forget base and are not stored.

Used in these guides

These documentation pages use or explain this block:

Version history

Introduced in v11.0.0.

Last modified in v13.0.6.

Service documentation

External API reference This block wraps a third-party service. Click here for the service's own documentation of the underlying endpoint.
Back to redis Return to the main group to view all sub-groups Back to redis Return to the group to view all blocks within this group