v1

latestOpenAPI 3.0.32026-07-267278168.1 KB
API Keys

Remove API Key IP Whitelist Entry

Remove an IP address from the whitelist for an API key.

delete/v1/api_keys/{apiKeyID}/ip_whitelist

Path parameters

apiKeyIDstring required

Request body

ipstring required

IP address to remove from the whitelist

Response

IP removed from whitelist

successboolean required

Whether the request was successful

errorstring

Error message, present only on failure

error_codestring

Semantic error code. See each endpoint's error responses for the specific codes it can return.

deprecatedstring

Deprecation notice, if applicable

Example response

{
  "success": true
}