Skip to content
URL:
https://<root>/system/content/languages/remove
Methods:
POST
Version Introduced:
11.2

Access requirements

Required privileges

The Portal Administrator API requires privilege-based access. An administrator must be assigned a specific user privilege, or role, to access any given endpoint. Listed below are the user privileges or roles an administrator can be assigned that provides access to this endpoint. If multiple privileges are listed, only one needs to be assigned to gain access.


Tokens

This API requires token-based authentication. A token is automatically generated for administrators who sign in to the Portal Administrator API directory's HTML interface. Tokens generated in this way are stored for the entirety of the session.

Those accessing the API directory outside of the HTML interface will need to acquire a session token from the generateToken operation in the Portal Directory API. For security reasons, all POST requests made to the Portal Administrator API must include a token in the request body.


Learn how to generate a token

Description

The remove operation disables currently enabled languages for your organization. Once disabled, the language's related content will no longer be accessible to users in your organization and will be listed as disabled (false) in the Languages resource response. Disabled languages can be reenabled using the Add operation.

Request parameters

ParameterDetails

languages

A comma-separated list of language codes for the languages that will be disabled.

Example
Use dark colors for code blocksCopy
1
languages=fr,de

async

Introduced at ArcGIS Enterprise 12.0. This parameter specifies whether the operation is performed asynchronously. If set as false, the operation is performed synchronously and a response is only returned when a language is removed succesfully or when the operation fails. If set as true, the operation is performed asynchronously and the JSON response returns a job URL that can be used to poll for job status updates. The default value is false.

Values: true | false

f

The response format. The default format is html.

Values: html | json | pjson

Language codes

Supported languageCode value

Arabic

(عربي)

ar

Bosnian

(Bosanski)

bs

Bulgarian

(Български)

Support added at 11.0

bg

Catalan

(Català)

ca

Croatian

(Hrvatski)

hr

Czech

(čeština)

cs

Danish

(Dansk)

da

Dutch

(Nederlands)

nl

English

en

Estonian

(Eesti)

et

Finnish

(Suomi)

fi

French

(Français)

fr

German

(Deutsch)

de

Greek

(Ελλάδα)

el

Hebrew

(עברית)

he

Hungarian

(Magyar)

hu

Indonesian

(Bahasa Indonesia)

ind

Italian

(Italiano)

it

Japanese

(日本語)

ja

Korean

(한국어)

ko

Latvian

(Latviešu)

lv

Lithuanian

(Lietuvių)

lt

Norwegian

(Norsk)

nb

Polish

(Polski)

pl

Portuguese (Brazil)

(Português [Brasil])

pt

Portuguese (Portugal)

(Português [Portugal])

po

Romanian

(Română)

ro

Russian

(Русский)

ru

Serbian

(Русский)

sr

Simplified Chinese

(简体中文)

zh

Slovak

(Slovenčina)

sk

Slovenian

(Slovenščina)

sl

Spanish

(Español)

es

Swedish

(Svenska)

sv

Thai

(ไทย)

th

Traditional Chinese (Hong Kong)

(繁體中文 [香港])

hk

Traditional Chinese (Taiwan)

(繁體中文 [台灣])

tw

Turkish

(Türkçe)

tr

Ukranian

(Україна)

ukr

Vietnamese

(Tiếng Việt)

vi

Example usage

The following is a sample POST request for the remove operation:

Use dark colors for code blocksCopy
1
2
3
4
5
6
POST /<context>/system/content/languages/remove HTTP/1.1
Host: organization.example.com
Content-Type: application/x-www-form-urlencoded
Content-Length: []

languages=ar,bs,bg,fr,de,es&async=false&f=pjson

JSON Response examples

The following response is returned when the operation is performed synchronously:

Use dark colors for code blocksCopy
1
{"status": "success"}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.