Skip to main content
DELETE
/
network
/
ip_lists
/
{ip_list_id}
/
entries
/
{entry_id}
Delete Entry from IP List
curl --request DELETE \
  --url https://api.hypercore.vn/network/ip_lists/{ip_list_id}/entries/{entry_id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

ip_list_id
string<uuid>
required

IP List UUID

entry_id
string<uuid>
required

Entry UUID

Query Parameters

team_id
string<uuid>

Team ID

Response

Entry deleted successfully