delete_credential
Remove a stored credential safely. Prevents deletion if the credential is still used by workflows unless the force option is enabled.
Instructions
Delete a credential with safety checks (blocks if in use unless forced)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Credential ID to delete | |
| force | No | Force delete even if used by workflows (default: false) |