PeekPanda markpeekpandaDocumentationFor AI ↗Open app

PeekPanda docs

Remove saved organic content

Remove one organic corpus post from the authenticated caller account bookmarks.

Download Markdown ↓
DELETE/v1/organic/{postId}/saved
Auth Bearer API credential or OAuth access tokenScope content:writeMCP remove_saved_organic_content

Request

The command has no request body. Repeating it is naturally idempotent.

curl --request DELETE 'https://api.peekpanda.com/v1/organic/organic-post-example/saved' \
  --header "Authorization: Bearer $PEEKPANDA_TOKEN" \
  --header 'x-genviral-tenancy: personal'

Response

Returns Bookmark removed after the actor-owned bookmark is cleared.

{
  "message": "Bookmark removed"
}

Parameters

NameInTypeRequiredDescription
postIdpathstring, 1–300YesOrganic corpus post id.

Known errors

400invalid_request for an invalid filter, identity or limit.
401authentication_required for a missing or invalid credential.
402subscription_required when access is not entitled.
403authorization_required for a missing scope or unavailable preview access.
404not_found when the record is outside the accessible catalogue.
429rate_limited; honor Retry-After when present.
409conflict when the write would duplicate an exclusive row.

Source

Actor-owned bookmarks on copied public organic corpus IDs. The post identity is the original source ID.

Refresh

Save and remove update account bookmark state only. They do not refresh or recopy the organic corpus.