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