curl --request DELETE \
--url https://api.example.com/api/documents/assistant/{externalId} \
--header 'x-api-key: <x-api-key>'Delete a document from a given assistant.
curl --request DELETE \
--url https://api.example.com/api/documents/assistant/{externalId} \
--header 'x-api-key: <x-api-key>'Was this page helpful?