# companyAddressDelete - admin-graphql - MUTATION Version: 2024-10 ## Description Deletes a company address. ### Access Scopes `write_customers` access scope or `write_companies` access scope. Also: The API client must be installed on a Shopify Plus store. ## Arguments * [addressId](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - The ID of the address to delete. ## Returns * [deletedAddressId](/docs/api/admin-graphql/2024-10/scalars/ID): ID The ID of the deleted address. * [userErrors](/docs/api/admin-graphql/2024-10/objects/BusinessCustomerUserError): BusinessCustomerUserError! The list of errors that occurred from executing the mutation. ## Examples