APIBackup management

Delete backup

Deletes a backup from both the panel and remote storage

Deletes a backup from both the panel and remote storage

DELETE
/api/client/servers/{server}/backups/{backup}

Authorization

bearerAuth
AuthorizationBearer <token>

Enter your API token in the format: Bearer {token}

In: header

Path Parameters

server*string

Server identifier

backup*string

Backup identifier

Response Body

curl -X DELETE "https://example.com/api/client/servers/string/backups/string"
Empty
Empty
Empty
Empty