curl --request DELETE \
--url https://platform.kodexa.ai/api/knowledge-sets/{id}/attachments/{attachmentId} \
--header 'x-api-key: <api-key>'Removes the specified attachment from the knowledge set.
curl --request DELETE \
--url https://platform.kodexa.ai/api/knowledge-sets/{id}/attachments/{attachmentId} \
--header 'x-api-key: <api-key>'API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.
Unique identifier (UUID) of the knowledge set.
The attachment identifier (custom slug) of the attachment.
Attachment deleted.