[SOLVED] Delete backup API Function

proxene

Member
Sep 15, 2017
14
1
8
33
Belgique
face-h.eu
Hello,

I would like to know if is it possible to delete a backup file with the API ?
I don't find the function on the Documentation API.

Thank you in advance.


Best regards,
Proxene
 
Hi
Yes, you can.

The path is "/storage/<storagename>" and the methode is del/
 
Yes, it's possible.

Try /nodes/{node}/storage/{storage}/content to get the content and then the following to delete /nodes/{node}/storage/{storage}/content/{volume}

For more Infos, see the API Docs.