Remove a post from a collection
DELETE /collections/{id}/posts/{post_id}
DELETE
/collections/{id}/posts/{post_id}
Un-pins the reference. It does NOT delete the post, and it does not touch any other collection that references the same post — removing from your collection is yours alone (#882).
Not gated on readability, deliberately, for the same reason the asset route is not: a post whose visibility was narrowed after it was pinned would otherwise be permanently stranded in a collection its curator can no longer remove it from.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string format: uuid
post_id
required
string format: uuid
Responses
Section titled “ Responses ”Removed (or was already absent)
Authentication required, missing, or invalid
object
error
required
Human-readable error summary
string
Example
the request could not be completedExample
{ "error": "authentication required: sign in and retry with a valid session or API token"}Resource not found
object
error
required
Human-readable error summary
string
Example
the request could not be completed