Skip to main content
DELETE
Remove an item from a folder

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The folder's unique ID.

Pattern: ^[0-9abcdefghjkmnpqrstvwxyz]{8}$
Example:

"a1b2c3d4"

itemType
enum<string>
required

The kind of item. Only shortcut is supported today.

Available options:
shortcut
Example:

"shortcut"

itemId
string<uuid>
required

The item's ID.

Example:

"019e8ef6-9a84-7de9-877d-9e9ee171a8c2"

Response

Item removed from the folder (no body).