Delete post
Delete a post. By default only the Octospark record is removed; pass the alsoDeleteFromPlatform query flag to also remove the published post from the social provider. To stop a scheduled publish without losing the post, use movePostToDraft instead.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Team (workspace) id (UUID). Discover ids via the list teams endpoint or the agent context.
Post id (UUID), as returned by the create post and list posts endpoints.
Query Parameters
Pass "true" to also delete the published post from the social platform; any other value (or omission) deletes only the Octospark record.
"true"