Skip to main content
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"
}