curl --request POST \
--url https://api.example.com/help-content/articles/delete \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"articleID": 123
}
'{
"success": true,
"data": "<unknown>"
}Delete help content article.
curl --request POST \
--url https://api.example.com/help-content/articles/delete \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"articleID": 123
}
'{
"success": true,
"data": "<unknown>"
}