Skip to main content

Remove Tags from Items

Use this API to remove tags from items in the drive

Request Body REQUIRED
askribeKey string

Your secret Askribe key. Can be obtained from your org's settings dashboard

driveId string

The id of your drive. It looks like RLXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX. This can be found on your drive dashboard.

removedTagToItemIdsMap object

A map where the key is the tag id and the value is a list of item IDs from which the tag should be removed.

Responses
200

Returns map of tags to list of items

Schema OPTIONAL
isSuccess boolean OPTIONAL
data object OPTIONAL
errorMessage string OPTIONAL
customError object OPTIONAL