latestSwagger 2.02026-08-109450223.9 KB
94acb422c07d
Unwanted Access Rules
Delete Unwanted Access Rule
Deletes a single Unwanted Access Rule associated with your account. Standard, catchall, and catchall exception rules can all be deleted through this endpoint.
delete/v1/unwanted_access_rules/{id}
Path parameters
idinteger required
Unwanted Access Rule ID.
Response
Unwanted Access Rule deleted
Example response
{
"unwanted_access_rule": {
"id": 84938,
"applied_to": {
"type": "Organization",
"id": 1234,
"name": "ExampleCo"
},
"category": "country",
"country_code": "US",
"vpn": "NORD_VPN",
"ip_address": "203.0.113.0/24",
"type": "unauthorized",
"status": "active",
"logic": "standard",
"note": "Approved by compliance — regional office access",
"starts_at": "2025-09-05T18:20:34Z",
"expires_at": "2025-12-05T18:20:34Z",
"created_by": "Jane Doe",
"created_at": "2025-09-05T18:20:34Z",
"updated_at": "2025-09-05T18:20:34Z"
}
}