MonitorsFtp monitors
Delete FTP Monitor
Deletes an FTP monitor.
DELETE /api/ftp-monitors/:ftpMonitorPublicId
Authentication
Authorization: Bearer <token>
Parameters
ftpMonitorPublicId(Path, required): FTP monitor public UUID.
Example (cURL)
BASE_URL="https://uptimeify.io"
TOKEN="<your-api-token>"
curl -X DELETE \
"$BASE_URL/api/ftp-monitors/55555555-5555-4555-8555-555555555555" \
-H "Authorization: Bearer $TOKEN"Response
{ "success": true }Common Errors
401 Unauthorizedif you are not authenticated403 Forbiddenif you do not have write access (e.g. global supporter or read-only)404 FTP monitor not foundif the monitor does not exist