Skip to main content
DELETE
/
organizations
/
{organizationName}
/
bookmarks
/
{bookmarkType}
Delete a bookmark
curl --request DELETE \
  --url https://{organization}.admin.credibledata.com/api/v0/organizations/{organizationName}/bookmarks/{bookmarkType} \
  --header 'Authorization: Bearer <token>'
{
  "code": "<string>",
  "message": "<string>"
}

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

Available options:
WORKSPACE,
MODEL,
CHAT

Query Parameters

objectId
string
required

The unique identifier of the bookmarked object

Response

Bookmark deleted successfully