Skip to main content
DELETE
Delete a bookmark

Authorizations

Authorization
string
header
required

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

Path Parameters

organizationName
string
required

The unique identifier of the organization Standard identifier pattern for resource names

Pattern: ^[a-zA-Z0-9_ -]+$
bookmarkType
enum<string>
required

The type of bookmark The type of object being bookmarked

Available options:
CHAT,
REPORT,
MODEL,
GOVERNED_REPORT

Query Parameters

objectId
string
required

The fully-qualified identifier of the bookmarked object (see Bookmark schema)

Response

Bookmark deleted successfully