v1

latestOpenAPI 3.0.12026-07-227292131.4 KB
organizations

Delete an API key

Deletes an API key by its ID.

  • Organization owner/admin: Can delete any API key within their organization.
  • Organization user: Can only delete the API keys they created.
delete/organizations/{orgId}/api-keys/{apiKeyId}

Path parameters

orgIdstring uuid required
Example:a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11

The organization's ID.

  • Must be a valid UUID.
apiKeyIdstring uuid required
Example:550e8400-e29b-41d4-a716-446655440000

The API key ID.

  • Must be a valid UUID.

Response

Successfully deleted an API key.