Skip to main content

Arguments

Input fields for deleting a Knowledge Database article.

Returns

DeleteKnowledgeDatabaseArticle

Delete an article from the Knowledge Database.

Allowed Viewers

Customer Partner User Third party

Required Permissions

Can delete knowledge database articles

Query Complexity

5

Examples

The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.

Query

mutation DeleteKnowledgeDatabaseArticle($input: DeleteKnowledgeDatabaseArticleInput!) { deleteKnowledgeDatabaseArticle(input: $input) { articleId } }

Variables

Response

{ "data": { "deleteKnowledgeDatabaseArticle": { "articleId": 32467686 } } }