Skip to main content
POST
/
bookmarks
/
deleteGroup
Delete bookmark group
curl --request POST \
  --url http://api.superwize.ai/api/bookmarks/deleteGroup \
  --header 'Content-Type: application/json' \
  --data '
{
  "id": "obj_01JHKZ0PV2WX123456789"
}
'
{
  "success": true
}

Body

application/json
id
string
required

Response

Bookmark group deleted.

success
boolean
required