Ploi API
Ploi API

Delete network rule

Deletes a network rule in your server

DELETE api/servers/{server}/network-rules/{id}

Example request:

curl -X DELETE "https://ploi.io/api/servers/{server}/network-rules/{id}" \
-H "Authorization: Bearer {token}" \
-H "Content-Type: application/json" \
-H "Accept: application/json"