Skip to content

Commit

Permalink
add delete library items
Browse files Browse the repository at this point in the history
  • Loading branch information
mordka committed Oct 4, 2017
1 parent 8a83784 commit a17757f
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions source/includes/_library.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,22 @@ Retrieve ODM solutions by created from photos uploaded on given device and sessi




### Delete library items

Delete objects stored in S3.

#### API Endpoint

`DELETE /library/delete`

#### Parameters
Name | Type | Constraints | Description
--------|-------|--------- | ------
objectKeys | string | required| list of keys to delete

```
Payload {
objectKeys: ['key1', 'key2']
}
```

0 comments on commit a17757f

Please sign in to comment.