Skip to main content
mutation

Requires write_translations access scope.

Deletes translations.

•[String!]!
required

The list of translation locales. Only locales returned in shopLocales are valid.

•[ID!]

The list of market IDs.

•ID!
required

ID of the translatable resource for which translations are being deleted.

•[String!]!
required

The list of translation keys.


Was this section helpful?

Anchor to TranslationsRemovePayload returnsTranslationsRemovePayload returns

•[Translation!]

The translations that were deleted.

•[TranslationUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?