Delete Git Account
delete_git_accountPermanently delete a Git account from the system. This action is irreversible and will break CI/CD connections if it is the only account linked to a project.
Instructions
Permanently delete a Git account. Destructive and cannot be undone — if this is the only git account linked to a project, it breaks the CI/CD connection.
Args:
gitAccountID (string, required): The account ID
accountOwner (string, optional): User ID of the account owner
confirmed (boolean, optional): Set to true after the user explicitly confirms deletion
Returns: Confirmation message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirmed | No | Set to true after the user explicitly confirms the deletion. | |
| accountOwner | No | User ID of the account owner (org admins can manage other users' accounts) | |
| gitAccountID | Yes | The git account ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| name | No | ||
| message | No |