Delete comment
documentedDelete a comment by its ID.
DELETE /xn/rest/{network}/1.0/CommentCommentsno implementation yet0 runsNo 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/Comment?id={{$comment_id}}" \\\n -X DELETE \\\n -H "Authorization: OAuth oauth_version=\"1.0\",oauth_timestamp=\"{{OAUTH_TIMESTAMP}}\",oauth_nonce=\"{{OAUTH_NONCE}}\",oauth_consumer_key=\"{{NING_API_KEY}}\",oauth_token=\"{{OAUTH2_ACCESS_TOKEN}}\",oauth_signature_method=\"PLAINTEXT\",oauth_signature=\"{{OAUTH_SIGNATURE}}\"" \\\n -H "Accept: application/json" \\\n -H "Content-Type: application/json"