cURL
curl --request DELETE \ --url https://api.mesa.dev/v1/{org}/{repo}/bookmark/{bookmark} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Delete a bookmark from a repository
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1
Bookmark deleted