removeAttachment
Delete attachment
Details
- Method:
DELETE - Path:
/rest/api/3/attachment/{id} - Operation ID:
removeAttachment
Parameters
{
"id": {
"description": "The ID of the attachment.",
"required": true,
"location": "path",
"type": "string"
}
}Usage
from ocp_agent import OCPAgent
agent = OCPAgent()
await agent.register_api('jira')
# Call this tool
result = await agent.call_tool('removeAttachment', {
# Add required parameters here
})