Delete
CosmosDB Table Plugin – Delete Action
Summary (SEO Meta Description):
The Delete Action of the CosmosDB Table Plugin allows a WeHub workflow to remove a specific record from an Azure Cosmos DB Table by specifying its partition key and other identifying details.
Overview
Use the Delete Action when you need to permanently remove items from a Cosmos DB Table.
It’s ideal for data clean-up, archiving strategies, or removing stale records to keep your database lean.
Typical Use Cases:
- Cleaning up outdated or invalid records
- Removing data after a user or customer offboarding
- Automating archive or purge processes in scheduled workflows
- Enforcing compliance by deleting sensitive information
⚙️ Configuration
| Field | Description | Type / Options | 
|---|---|---|
| Label | Custom name for the action | String | 
| Select connection | Choose or create a secure Azure Cosmos DB connection | Connection | 
| Table name | Target table to delete the record from | String | 
| Partition key | Partition key identifying the record to delete | String | 
(The row key or other record identifier is typically provided via the workflow input payload.)
FAQ
Q: Is the deletion permanent?
A: Yes. Deleted records are permanently removed and cannot be restored.
Q: Do I need both partition key and row key?
A: Yes, Azure Cosmos DB Table requires a partition key and a row key to uniquely identify and delete a record.
Q: Will WeHub log any deleted data?
A: No. WeHub does not store or log the contents of deleted records.
Keywords: WeHub CosmosDB Table Plugin, Delete Action, Azure Table Storage, Remove Record, Cosmos DB Integrations