ID of the article to delete
Response
Indicates whether the call was successful.
curl --location --request DELETE 'https://www.pacekb.com/api/v2/articles/[id]' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <api_key>' \
{
"success": true,
"message": "Article: How to create an article has been deleted"
}