Appearance
DELETE
/web-pages/draft/drafts/{draftId}/locales/{contentLocaleId}Required scope:
viskan:draft:deleteDeletes a locale by ID.
Parameters
Path parameters
draftId string Format:
uuidIdentifier of the draft. A draft is a workspace that holds unpublished changes to web store content.
contentLocaleId string Format:
uuidIdentifier of the content locale. A content locale represents a language and country combination for content translation.
Response
The locale was successfully deleted.
| Error code | Description |
|---|---|
web-pages.delete-locale.draft-not-found | Draft not found. |
web-pages.delete-locale.locale-not-found | Locale not found. |