cURL
curl --request DELETE \ --url https://api.example.com/api/core/knowledge_assets/personal/{knowledge_asset_id} \ --header 'Authorization: Bearer <token>'
{ "message": "<string>" }
Delete a specific personal knowledge asset by id
Bearer token authentication. Format: 'Bearer '
Successful Response
Was this page helpful?