curl --request DELETE \
--url http://localhost:8000/api/v1/knowledge-items/me/{knowledge_item_id} \
--header 'Authorization: Bearer <token>'{}Delete a knowledge item (user must belong to the knowledge item’s company).
curl --request DELETE \
--url http://localhost:8000/api/v1/knowledge-items/me/{knowledge_item_id} \
--header 'Authorization: Bearer <token>'{}The access token received from the authorization server in the OAuth 2.0 flow.
Successful Response
The response is of type Response Delete My Knowledge Item Api V1 Knowledge Items Me Knowledge Item Id Delete · object.