Sign in

Delete blog post

documented

Delete a blog post by ID.

DELETE /xn/rest/{network}/1.0/BlogPostBlog Postsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://external.ningapis.com/xn/rest/{{$network}}/1.0/BlogPost?id={{$post_id}}" \
  -X DELETE \
  -H "Authorization: OAuth oauth_consumer_key=\"{{NING_API_KEY}}\", oauth_token=\"{{OAUTH2_ACCESS_TOKEN}}\", oauth_signature_method=\"PLAINTEXT\", oauth_signature=\"{{NING_SECRET}}%26{{OAUTH2_TOKEN_SECRET}}\", oauth_timestamp=\"{{$oauth_timestamp}}\", oauth_nonce=\"{{$oauth_nonce}}\", oauth_version=\"1.0\"" \
  -H "Accept: application/json" \
  -H "Content-Type: application/x-www-form-urlencoded"