Uptimeify Docs
MonitorsImap pop monitors

Delete IMAP/POP Monitor

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

{ "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

On this page