picBox Documentation
API :: Deleting Data
To delete data from picBox, there are two pieces of information required:
The data types supported are:
The URL to delete data is: 
An example response from a successful deletion looks like this:
{
    success: true,
    id: 52091
}