DELETE
/api/public/v1/security/ip-whitelist/{id}Remove IP from whitelist
Remove an IP whitelist entry.
Path Parameters
| Name | Type | Required | Description |
|---|---|---|---|
id | string | Required | Whitelist entry ID. |
DELETEExample request
curl
curl -X DELETE "https://www.pxb.app/api/public/v1/security/ip-whitelist/{id}" \
-H "X-Organization-Id: your_org_id" \
-H "X-API-Key: your_api_key"200Example response
json
{
"message": "IP whitelist entry removed successfully.",
"content": {}
}