Skip to main content

Documentation Index

Fetch the complete documentation index at: https://api.docs.onlydrams.app/llms.txt

Use this file to discover all available pages before exploring further.

Permanently deletes a community post and all associated data (images, polls, comments).

URL Parameters

community_id
string
required
The unique identifier of the community
id
string
required
The unique identifier of the post

Returns

Returns a success message.
curl -X DELETE https://api.onlydrams.app/api/v1/communities/abc123-def456/posts/post-uuid \
     -H "Authorization: Bearer $ACCESS_TOKEN"
{
  "message": "Community post deleted successfully"
}

Notes

  • Authorization: Community owner or admin only
  • Permanent Deletion: This action cannot be undone
  • Cascading Deletion: All associated comments, polls, and images are also deleted