Deleting a backup
You can delete a backup by specifying the name of the backup without the .zip extension in the path.
Example Request
POST {host}/api/rest/v4/backups/delete/2025-01-01_Test_Site_1
Example Response
200 OK
{
"statusCode": 200,
"message": "OK"
}