Posts

Delete a scheduled post

Delete a post group and all associated data. This operation removes:

  • The post group record
  • All platform-specific posts (Twitter, LinkedIn, Instagram, etc.)
  • All media file records from the database
  • All media files from S3 storage

The database deletion is atomic (uses MongoDB transaction). S3 deletion failures are logged but do not fail the request.

delete/delete-post/{postGroupId}

Path parameters

postGroupIdstring required

Headers

x-publora-user-idstring

Response

Post deleted

successboolean

Example response

{
  "success": true
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.