MonitorsDnsbl monitoring
Delete Customer IP
Deletes a customer IP.
DELETE /api/customer-ips/:customerIpPublicId
Notes:
- Readonly users and global supporters cannot delete customer IPs.
Example (cURL)
BASE_URL="https://uptimeify.io"
TOKEN="<your-api-token>"
curl -X DELETE "$BASE_URL/api/customer-ips/11111111-1111-4111-8111-111111111111" \
-H "Authorization: Bearer $TOKEN"Example Response
{ "success": true }Common errors
400 Invalid IP identifierwhen:customerIpPublicIdis neither a valid UUID nor a legacy numeric ID401 Unauthorizedwhen you are not logged in403 Forbiddenfor readonly/global supporter users, or when you cannot access the customer404 IP not foundwhen the IP does not exist