agent builder
Delete conversation attachment
Spaces method and path for this operation:
<div><span class="operation-verb delete">delete</span> <span class="operation-path">/s/{space_id}/api/agent_builder/conversations/{conversation_id}/attachments/{attachment_id}</span></div>Refer to Spaces for more information.
Delete an attachment. By default performs a soft delete (can be restored). Use permanent=true to permanently remove unreferenced attachments.<br/><br/>[Required authorization] Route required privileges: agentBuilder:read.
delete/api/agent_builder/conversations/{conversation_id}/attachments/{attachment_id}
Path parameters
conversation_idstring required
The unique identifier of the conversation.
attachment_idstring required
The unique identifier of the attachment to delete.
Query parameters
permanentboolean
If true, permanently removes the attachment (only for unreferenced attachments).
Headers
kbn-xsrfstring required
Example:true
A required header to protect against CSRF attacks
Response
Indicates a successful response