Delete the automatically reported IP address by the user.
DELETE {{baseUrl}}/v1/denylist/reported/ip/:ip_address
What
Delete an IP address that was automatically reported by the user. This option cannot be reverted.
Parameters
The endpoint accepts the following parameters in the path:
- ip_address
: (Mandatory) The public IPv4 or IPv6 addresses to be deleted.
Result
A successful result is an empty response with the the HTTP status code 204 No Content
.
Errors
- a
422 Unprocessable Entity
error if the IP address is malformed.
It will also return the API Global errors described in the API description.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{}