invoiceTemplateDelete
Graphql fields and variables for the invoiceTemplateDelete mutation
Delete an invoice template
Scope required: billing:write
mutation invoiceTemplateDelete ($id: ID!) {
invoiceTemplateDelete (id: $id) {
errors
invoiceTemplate {
bankDetails
enabled
entityId
footer
hideZeroAmounts
id
includePaymentLink
isDefault
name
pageSize
poNumberRequired
taxNumberLabel
taxNumberRequired
}
}
}
Arguments
{
"id": "456123"
}
Name
Type
Description
id
ID
Response
Name
Type
Description
errors
List (String)
Last updated
Was this helpful?