This method will allow you to delete a news article.
/api/v2/support_centres/delete_news_article
This method can be accessed by account tokens and user tokens where the associated user has access to manage the support centre content.
support_centre
- ID or permalink of a support centre. (required)news_article
- ID or permalink of a news article. (required)true
{
"error": "News article not found with ID or permalink matching '12345'"
}