picBox Documentation

API :: Deleting Data

< Back


To delete data from picBox, there are two pieces of information required:

The data types supported are:

The URL to delete data is:

https://picbox.us/api/delete/token?type=data_type&delete_token=delete_token

An example response from a successful deletion looks like this:

{
    success: true,
    id: 52091
}