Delete Bookmark

Delete an existing bookmark using the SaveIt.now API

Delete an existing bookmark from your SaveIt.now account.

URL Parameters

ParameterTypeRequiredDescription
bookmarkIdstringYesThe unique identifier of the bookmark to delete

Error Responses

404 Not Found - Bookmark not found or doesn't belong to the user

401 Unauthorized - Invalid or missing API key

Notes

  • Deleting a bookmark is permanent and cannot be undone
  • Associated files (screenshots, metadata) stored in S3 will also be removed
  • You can only delete bookmarks that belong to your account
  • The bookmark ID can be obtained from the List Bookmarks API