AiAgentTaskDisassociationInput
No description
input AiAgentTaskDisassociationInput {
id: ID!
agentVersionIds: [ID!]!
}
Fields
AiAgentTaskDisassociationInput.id ● ID! non-null scalar miscellaneous
ID of the AI Agent Task to be deleted.
AiAgentTaskDisassociationInput.agentVersionIds ● [ID!]! non-null scalar miscellaneous
List of AI Agent Version IDs. If provided, only removes associations with these versions. If null or empty, deletes the entire task and all its associations.
Member Of
aiAgentTaskDisassociation mutation
Was this topic helpful?