Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
DELETE /v1/social/posts/:id — Delete a social post.
curl -X DELETE https://api.usenaive.ai/v1/social/posts/post-uuid \ -H "Authorization: Bearer nv_sk_live_..."
{ "deleted": true, "post_id": "post-uuid" }