Skip to main content

DeleteWorkspaceAccountByWorkspaceIdAndAccountIdInput

All input for the deleteWorkspaceAccountByWorkspaceIdAndAccountId mutation.

input DeleteWorkspaceAccountByWorkspaceIdAndAccountIdInput {
clientMutationId: String
workspaceId: String!
accountId: String!
}

Fields

DeleteWorkspaceAccountByWorkspaceIdAndAccountIdInput.clientMutationId ● String scalar

An arbitrary string value with no semantic meaning. Will be included in the payload verbatim. May be used to track mutations by the client.

DeleteWorkspaceAccountByWorkspaceIdAndAccountIdInput.workspaceId ● String! non-null scalar

DeleteWorkspaceAccountByWorkspaceIdAndAccountIdInput.accountId ● String! non-null scalar

Member Of

deleteWorkspaceAccountByWorkspaceIdAndAccountId mutation