translationsRemove mutation
Removes translations.
Required access
write_translations
access scope.
On this page
Interactive example
This is an example mutation query. Use the embedded interactive tool below to edit the query.
Hint: use Ctrl + Space for autocompleting fields.
mutation translationsRemove($resourceId: ID!, $translationKeys: [String!]!, $locales: [String!]!) { translationsRemove(resourceId: $resourceId, translationKeys: $translationKeys, locales: $locales) {} } { “resourceId”: “Z2lkOi8vU2hvcGlmeS9FeGFtcGxlLzE=”, “translationKeys”: [
<font style="color:#1F61A0;">translations</font> <font style="color:#555555;">{</font>
<font style="color:#1F61A0;">key</font>
<font style="color:#1F61A0;">locale</font>
<font style="color:#1F61A0;">outdated</font>
<font style="color:#1F61A0;">value</font>
<font style="color:#555555;">}</font>
<font style="color:#1F61A0;">userErrors</font> <font style="color:#555555;">{</font>
<font style="color:#1F61A0;">code</font>
<font style="color:#1F61A0;">field</font>
<font style="color:#1F61A0;">message</font>
<font style="color:#555555;">}</font>
], “locales”: [
<font style="color:#D64292;">"placeholder"</font>
] }
<font style="color:#D64292;">"placeholder"</font>
Arguments
Return fields
- translations (
[[Translation!]](https://shopify.dev/docs/admin-api/graphql/reference/translations/translation)
)
The translations that were deleted. - userErrors (
[[TranslationUserError!]!](https://shopify.dev/docs/admin-api/graphql/reference/translations/translationusererror)
)
List of errors that occurred executing the mutation.