Delete a news article

This method will allow you to delete a news article.

URL

/api/v2/support_centres/delete_news_article

Access

This method can be accessed by account tokens and user tokens where the associated user has access to manage the support centre content.

Supported Parameters

  • support_centre - ID or permalink of a support centre. (required)
  • news_article - ID or permalink of a news article. (required)

Example JSON

A successful deletion

true

A failed deletion

{
    "error": "News article not found with ID or permalink matching '12345'"
}

Proudly powered by Katapult. Running on 100% renewable energy.