provider Projects DELETE /organization/projects/{project_id}/service_accounts/{service_account_id}
@utdk/openai /organization/projects/{project_id}/service_accounts/{service_account_id}
Deletes a service account from the project.
project_id path required
The ID of the project.
string
service_account_id path required
The ID of the service account.
string

Try it

Authentication
Configure credentials for OpenAI API
deleteProjectServiceAccount
DELETE/organization/projects/{project_id}/service_accounts/{service_account_id}

Parameters

required

The ID of the project.

required

The ID of the service account.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import openai from '@utdk/openai';

await openai.deleteProjectServiceAccount()