financialAccountDelete
Graphql fields and variables for the financialAccountDelete mutation
Delete a financial account
Scope required: billing:write
mutation financialAccountDelete ($id: ID!) {
financialAccountDelete (id: $id) {
errors
financialAccount {
accountNumber
accountTypeLabel
active
code
createdAt
defaultAccount
description
entityId
externalId
id
longName
name
pluginId
source
updatedAt
}
}
}
Arguments
{
"id": "456123"
}
Name
Type
Description
id
ID
Response
Name
Type
Description
errors
String
Last updated
Was this helpful?