Delete Scratch Org
sf_delete_scratch_orgDelete a Salesforce scratch org by alias to free up allocations. Permanently removes the org and all its data.
Instructions
Deletes a Salesforce scratch org by alias. This permanently removes the org and all its data. Use when finished with development or testing to free up scratch org allocations.
alias: alias of the scratch org to delete noPrompt: skip the confirmation prompt (default: true)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| alias | Yes | Alias of the scratch org to delete | |
| noPrompt | No | Skip confirmation prompt |