Delete site file backup

Delete a site file backup configuration.


DELETE/api/backups/file/{fileBackupId}

Delete site file backup

This endpoint allows you to delete a site file backup configuration. This will remove the scheduled backup job but will not delete existing backup files.

Request

DELETE
/api/backups/file/{fileBackupId}
curl -X DELETE "https://ploi.io/api/backups/file/1" \
  -H "Authorization: Bearer {token}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json"

Response

{
  "status": "ok",
  "message": null
}