cURL
curl --request DELETE \ --url https://dashboard.gratian.pro/api/client/servers/{server}/backups/{backup} \ --header 'Authorization: Bearer <token>'
[ "<string>" ]
Deletes a backup from the panel as well as the remote source where it is currently being stored.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The server UUID
The backup UUID
No content
The response is of type string[].
string[]