Skip to main content

Delete Tags

Use this API to delete tags from 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.

tagIds string[]

List of tag IDs to be deleted.

Responses
200

Returns list of deleted tags along with the items previously associated with the tag

Schema OPTIONAL
isSuccess boolean OPTIONAL
data object OPTIONAL
tagIds string[] OPTIONAL

List of deleted tag IDs.

removedTagToItemIdsMap object OPTIONAL

A map where the key is the deleted tag ID and the value is a list of item IDs that were associated with that tag before deletion.

errorMessage string OPTIONAL
customError object OPTIONAL