openai_delete_service_account
Delete a service account from an OpenAI project by providing the project ID and service account ID. Fails if the project is archived.
Instructions
Delete a service account from a project. Fails if the project is archived.
Args:
project_id: The project's ID (see openai_list_projects).
service_account_id: The service account's ID (see openai_list_service_accounts).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| service_account_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |