cURL
curl --request DELETE \ --url https://api.example.com/api/core/knowledge_assets/personal \ --header 'Authorization: Bearer <token>'
{ "message": "<string>" }
Delete all personal knowledge assets of the authenticated user
Bearer token authentication. Format: 'Bearer '
Successful Response
Was this page helpful?