Vercel
API ReferenceOrganizations

Delete API Key for Team

Delete API Key for Team

DEL/v2/organizations/{orgId}/teams/{teamId}/api-keys/{keyId}

Usage

TypeScript Example
import { v0 } from 'v0-sdk'const result = await v0.organizations.teams.deleteApiKey({  orgId: 'org_pqr901',  teamId: 'team_stu234',  keyId: 'key_vwx567',})console.log(result)

API Signature

Request

Path Parameters

orgId: string

The unique identifier of the organization.

teamId: string

The unique identifier of the team.

keyId: string

The unique identifier of the API key.

Response

id: string

The unique identifier of the deleted API key.

name: string

The name of the deleted API key.

ownerId: string

The team ID that owned this key.

On this page