Delete Credential
credential_deleteRemove a saved credential. If label is provided, removes only that specific entry. If no label, removes ALL entries for that credential name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Credential name to delete (e.g. "ios_app_id"). | |
| label | No | Label of the specific entry to delete. Omit to remove all entries for this credential name. | |
| context | No | "personal" or "team:<id>". Defaults to personal. |