cURL
curl --request DELETE \ --url https://api.langdock.com/knowledge/{folderId}/{attachmentId} \ --header 'Authorization: <authorization>'
API key as Bearer token. Format "Bearer YOUR_API_KEY"
The ID of the knowledge folder
The ID of the attachment to delete
Attachment deleted successfully
Was this page helpful?