API Key Network Access
Delete API Key IP Access Policy
DELETE
Clear the IP access policy of a single API key, restoring it to no source-IP restriction. After clearing, any source IP can use the key to invoke models.
Permissions
The target API key must belong to the caller’s team. When clearing a key that the caller has no permission for or that does not belong to the team, the endpoint does not reveal whether the target key exists and returns a permission error uniformly.
Request Headers
string
required
Bearer authentication format, for example: Bearer {{API Key}}.
Path Parameters
string
required
The stringId of the target API key.
Response
Returns an empty object on success.Last modified on September 1, 2026