<?php
session_start();
if(unlink("signatures/a-{$_SESSION['user_id']}-signature.png")){
    echo "OK";
}