Deleting a backup

You can delete a backup by specifying the name of the backup without the .zip extension in the path.

Example HTTP Request

POST {host}/api/rest/v4/backups/delete/2025-01-01_Test_Site_1 HTTP/1.1

Example Response

HTTP/1.1 200 OK
 
{
  "statusCode": 200,
  "message": "OK"
}