# metafieldStorefrontVisibilityDelete - admin-graphql - MUTATION Version: 2024-10 ## Description Deletes a `MetafieldStorefrontVisibility` record. All metafields that belongs to the specified record will no longer be visible in the Storefront API. ### Access Scopes API client to have access to the owner type and namespace. ## Arguments * [id](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - The ID of the `MetafieldStorefrontVisibility` record to delete. ## Returns * [deletedMetafieldStorefrontVisibilityId](/docs/api/admin-graphql/2024-10/scalars/ID): ID The ID of the deleted `MetafieldStorefrontVisibility` record. * [userErrors](/docs/api/admin-graphql/2024-10/objects/UserError): UserError! The list of errors that occurred from executing the mutation. ## Examples