Skip to main content
DELETE
/
network
/
ip_lists
/
{ip_list_id}
Delete IP List
curl --request DELETE \
  --url https://api.hypercore.vn/network/ip_lists/{ip_list_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

Query Parameters

team_id
string<uuid>

Team ID

Response

IP list deleted successfully