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