Skip to main content
DELETE
/
flash
/
bookmarks
/
remove
Remove Flash Bookmark
curl --request DELETE \
  --url http://localhost:3000/api/flash/bookmarks/remove
{
  "success": true
}

Query Parameters

flashId
string
required

ID of the flash listing to remove bookmark for

Response

Bookmark removed successfully

success
boolean
required

Whether the operation was successful