Permanently delete a piece of knowledge by its ID. This action cannot be undone.
curl --request DELETE \ --url https://api.devin.ai/v1/knowledge/{knowledge_id} \ --header 'Authorization: Bearer <token>'
This response does not have an example.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the knowledge to delete
Knowledge successfully deleted