Skip to main content
DELETE
https://catalystapi.superdashhq.com/api
/
v1
/
knowledgeBase
/
deleteParagraph
/
{workspaceId}
/
{kbId}
/
{paragraphKey}
Delete Paragraph
curl --request DELETE \
  --url https://catalystapi.superdashhq.com/api/v1/knowledgeBase/deleteParagraph/{workspaceId}/{kbId}/{paragraphKey} \
  --header 'x-api-key: <x-api-key>'
{
    msg: "Paragraph deleted successfully"
}

Authorizations

x-api-key
string
required
API Key associated with the workspace

Path Parameters

workspaceId
string
required
UUID associated with the Workspace
kbId
string
required
UUID of the Knowledge base
paragraphKey
string
required
The Key of the Paragraph

Response

{
    msg: "Paragraph deleted successfully"
}