aiAgentProviderAccountDelete
Delete an existing AI Agent Provider account in the AI Agent Registry.
Description: This mutation deletes an AI Agent Provider account associated with the authenticated user’s account by its unique identifier.
Input Parameters:
id: ID! - The unique identifier of the AI Agent Provider account to be deleted.
Response:
- Returns the identifier of the deleted provider account.
Example Request:
mutation DeleteAiAgentProviderAccount {
aiAgentProviderAccountDelete(id: "ai-provider-account-12345")
}
aiAgentProviderAccountDelete(
id: ID!
): Boolean!
Arguments
aiAgentProviderAccountDelete.id ● ID! non-null scalar miscellaneous
Type
Boolean scalar miscellaneous
The Boolean scalar type represents true or false.
Was this topic helpful?