Ploi API
Ploi API

Delete site file backup

Delete site file backup.

DELETE api/backups/file/{fileBackupIp}

Example request:

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

Example response:

HTTP/1.1 200 OK
Content-Type: application/json

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