Skip to main content
DELETE
/
{org}
/
{repo}
/
bookmark
/
{bookmark}
Delete bookmark
curl --request DELETE \
  --url https://api.mesa.dev/v1/{org}/{repo}/bookmark/{bookmark} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

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

Path Parameters

org
string
required
Minimum string length: 1
repo
string
required
Minimum string length: 1
bookmark
string
required
Minimum string length: 1

Response

Bookmark deleted

success
boolean
required