Sidebar

Delete IP Address API

DELETE /ips/:id

Deletes an IP address record belonging to the current user.

Path Parameters

Name Type Description
id integer ID of the IP address to delete

Query Parameters

Name Type Description
apikey string Your API key

Authentication

This endpoint requires authentication via Bearer token or API key in query string.


Example Request

curl -X DELETE "https://dnsprivacy.org.uk/ips/1" \
  -H 'accept: application/json' \
  -H 'Authorization: Bearer <your-access-token>'

Example Response

A successful deletion returns an HTTP 200 OK status with no body content.


Our use of cookies
We use a session cookie to maintain your login state when you create an account with us. This cookie is essential for the operation of our website and is used solely for authentication purposes. For more information, please read our privacy policy.