Posts

Delete a post (`takedown=true` also removes it from the platforms)

With `?takedown=true` the provider-side copies are best-effort deleted first — a provider with no delete API (see `capabilities.takedown`) keeps its copy live. The local record, its history, and its metrics are removed either way.

DELETE/posts/{id}

With ?takedown=true the provider-side copies are best-effort deleted first — a provider with no delete API (see capabilities.takedown) keeps its copy live. The local record, its history, and its metrics are removed either way.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Query Parameters

takedown?string
organization?string

Organization slug (OAuth actors with several orgs); API keys imply theirs.

Response Body

application/json

application/json

curl -X DELETE "https://example.com/posts/string"
Empty