entityDelete
Graphql fields and variables for the entityDelete mutation
Scope required: admin:write
mutation entityDelete ($id: ID!) {
entityDelete (id: $id) {
entity {
abbreviation
accentColor
baseCurrencyId
billingCity
billingCountry
billingState
billingStreet
billingZip
brandColor
createdAt
customerServiceEmail
emailSenderName
emailTemplate
fax
fiscalYearStartMonth
id
invoiceNumberPrefix
invoiceNumberSeq
invoicesImageUrl
isDefault
name
phone
privacyUrl
quoteNumberPrefix
quoteNumberSeq
quotesImageUrl
refundPolicyUrl
taxId
termsUrl
timezone
topNavImageUrl
tzIdentifier
tzOffset
updatedAt
website
}
errors
}
}
Arguments
{
"id": "456123"
}
Name
Type
Description
id
ID
Response
Name
Type
Description
errors
List (String)
Last updated
Was this helpful?