Skip to main content

Documentation Index

Fetch the complete documentation index at: https://usenaive.ai/docs/llms.txt

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

id
string
required
UUID of the post to delete.
curl -X DELETE https://api.usenaive.ai/v1/social/posts/post-uuid \
  -H "Authorization: Bearer nv_sk_live_..."
{
  "deleted": true,
  "post_id": "post-uuid"
}