Knowledge Base API
DELETE/api/v1/kb-articles/{id}
Product availabilityAlgaPSAAlgaDesk

Delete a knowledge base article

Deletes the KB article and cascades to remove the linked document and its block content.

RBAC · document

Path parameters

idstring <uuid>Required
KB article UUID.

Response codes

204
Article deleted.
400
Invalid request.
401
API key missing/invalid.
403
Caller lacks the required document permission.
404
Article not found.
500
Unexpected error.