Ploi API
Ploi API

Delete backup

Please note: This endpoint will be deprecated soon. It is replaced in favor of a new endpoint: https://developers.ploi.io/844-database/2129-delete-database-backup

Delete a backup

DELETE api/servers/{server}/databases/{database}/backups/{backup}

Example request:

curl -X DELETE "https://ploi.io/api/servers/{server}/databases/{database}/backups/{backup}" \
-H "Authorization: Bearer {token}" \
-H "Content-Type: application/json" \
-H "Accept: application/json"