provider DELETE /organization/admin_api_keys/{key_id}
@utdk/openai /organization/admin_api_keys/{key_id}
Delete an organization admin API key
Delete the specified admin API key.
key_id path required
string

Try it

Authentication
Configure credentials for OpenAI API
adminApiKeysDelete
DELETE/organization/admin_api_keys/{key_id}
Delete the specified admin API key.

Parameters

required

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.adminApiKeysDelete()