Atlas
Admin — IP Allowlist

Remove IP allowlist entry

Removes an IP allowlist entry by ID. Changes take effect immediately.

DELETE
/api/v1/admin/ip-allowlist/{id}

Path Parameters

id*string
Length1 <= length <= 128

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X DELETE "http://localhost:3001/api/v1/admin/ip-allowlist/550e8400-e29b-41d4-a716-446655440000"
{
  "message": "string"
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}
{
  "property1": null,
  "property2": null
}
{
  "property1": null,
  "property2": null
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}
{
  "property1": null,
  "property2": null
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}