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 comment.

URL Parameters

id
integer
required
The ID of the comment to delete

Returns

Returns a success message.
curl -X DELETE https://api.onlydrams.app/odis/v1/comments/3 \
     -H "Authorization: Bearer $ACCESS_TOKEN"
{
  "message": "Comment deleted successfully"
}

Notes

  • Authorization: Comment owner, community owner, or admin
  • Permanent: This action cannot be undone
  • Moderation: Community owners can delete any comments in their community