---
title: 2025: Blocked handle not found | API Docs
description: The handle you tried to unblock is not on your blocklist.
---

The handle you tried to unblock is not on your blocklist. This is an HTTP 404 error from `DELETE /v3/blocked_handles`.

## Troubleshooting

- List your blocked handles via `GET /v3/blocked_handles` — the handle must match the stored, normalized form exactly
- Handles are normalized on block (E.164 phone, lowercased email), so unblock with the value returned by the list endpoint rather than the raw input

## Related

- [Blocked Handles](/guides/blocked-handles/index.md)
- [API reference: Blocked Handles](/api/resources/blocked_handles/index.md)
- [Error Codes](/error/index.md)
