removeAssociations
Remove associations
Details
- Method:
DELETE - Path:
/rest/api/3/field/association - Operation ID:
removeAssociations
Parameters
{}Response Schema
{}Usage
from ocp_agent import OCPAgent
agent = OCPAgent()
await agent.register_api('jira')
# Call this tool
result = await agent.call_tool('removeAssociations', {
# Add required parameters here
})