---
title: "Delete IMAP/POP Monitor"
description: "Deletes an IMAP/POP monitor."
---

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

## Authentication

Requires a valid session.

- Header: `Authorization: Bearer <token>`

## Parameters

- `imapPopMonitorPublicId` (Path, required): IMAP/POP monitor public UUID.

## Response

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

## Errors

- `400` IMAP/POP monitor public ID (UUID) required
- `401` Unauthorized
- `403` Forbidden (e.g. `readonly` or global supporter)
- `404` IMAP/POP monitor not found

