companiesDelete - admin-graphql - MUTATION
Version: 2024-10
Description:
Deletes a list of companies.
Access Scopes
`write_customers` access scope or `write_companies` access scope. Also: The API client must be installed on a Shopify Plus store.
Arguments
-
companyIds:
ID! -
A list of IDs of companies to delete.
Returns
-
deletedCompanyIds:
ID
A list of IDs of the deleted companies.
-
userErrors:
BusinessCustomerUserError!
The list of errors that occurred from executing the mutation.
Examples