az-storage-entity
Verified for current stable LTS
Az Storage Entity Command: Delete Entity
Use for delete entity with Az Storage Entity. Exact CLI syntax to delete entity using Az Storage Entity.
When to use this: Use for delete entity with Az Storage Entity.
Destructive Command Warning
Destructive operation. Confirm the target path and keep a backup before executing.
Command Syntax
az storage entity delete --partition-key <partition_key> --row-key <row_key> -t <table_name> --account-name <storage_account_name> --account-key <storage_account_key> az storage entity delete --partition-key <partition_key> --row-key <row_key> -t <table_name> --account-name <storage_account_name> --account-key <storage_account_key> Command Breakdown
--partition-key- Command Option
- Tool-specific option used by this command invocation.
--row-key- Command Option
- Tool-specific option used by this command invocation.
-t- Command Option
- Tool-specific option used by this command invocation.
--account-name- Command Option
- Tool-specific option used by this command invocation.
--account-key- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to delete entity using Az Storage Entity.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Az Storage Entity Command: Insert Entity
az storage entity insert -e <space_separated_key_value_pairs> -t <table_name> --account-name <storage_account_name> --account-key <storage_account_key> Az Storage Entity Command: Merge Entity az storage entity merge -e <space_separated_key_value_pairs> -t <table_name> --account-name <storage_account_name> --account-key <storage_account_key> Az Storage Entity Command: Query Entities az storage entity query --filter <query_filter> -t <table_name> --account-name <storage_account_name> --account-key <storage_account_key> Az Storage Entity Command: Show Entity az storage entity show --partition-key <partition_key> --row-key <row_key> -t <table_name> --account-name <storage_account_name> --account-key <storage_account_key> Aws Kinesis Command: Put Record Inline Base64 aws kinesis put-record --stream-name <name> --partition-key <key> --data "$( echo "<my raw message>" | base64 )"