gcp_delete_service_account
Permanently delete a service account from a GCP project by specifying its email and project ID. Helps clean up unused IAM resources.
Instructions
Permanently delete a service account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | The GCP project ID. | |
| serviceAccountEmail | Yes | Full email of the service account (e.g. 'my-sa@my-project.iam.gserviceaccount.com'). |