---
title: "IMAP/POP Monitor löschen"
description: "Löscht einen IMAP/POP Monitor."
---

`DELETE /api/imap-pop-monitors/:imapPopMonitorPublicId`

## Authentifizierung

Erfordert eine gültige Session.

- Header: `Authorization: Bearer <token>`

## Parameter

- `imapPopMonitorPublicId` (Pfad, erforderlich): Öffentliche UUID des IMAP/POP Monitors.

## Response

```json
{ "success": true }
```

## Errors

- `400` IMAP/POP Monitor Public ID (UUID) erforderlich
- `401` Unauthorized
- `403` Forbidden (z.B. `readonly` oder global supporter)
- `404` IMAP/POP monitor not found

