Skip to main content
POST
/
user
/
delete-ips
cURL
curl --request POST \
  --url https://api.ck-itsolutions.nl/v1/user/delete-ips \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "user_uuid": "<string>",
  "ips": "<array>"
}
'
{}

Authorizations

x-api-key
string
header
required

Body

application/json

Plant to add to the store

user_uuid
string
required

User UUID of selected user

ips
array
required

IP subnet(s) that have to be removed from user access list

Response

Returns newly created filters with uuid as json.

The response is of type object.