Delete language resource

delete

/developers/services/v1/portal/customization/languages/{languageCode}

Deletes the Developer Portal language resources for the {languageCode} language. This restores default language resources for the specified language code.

Users accessing this resource must be assigned the Administrator role.

Request

Path Parameters
Query Parameters
Back to Top

Response

204 Response

None

401 Response

Authentication required.

404 Response

Not allowed to delete.
Back to Top

Examples

The following example shows how to delete custom language resources for a language from the Oracle API Platform Cloud Service - Classic Developer Portal by submitting a DELETE request on the REST resource using cURL. For more information about cURL, see Use cURL

curl -i -X DELETE 
-u apicsadmin:password
https://example.com/developers/services/v1/portal/customization/configuration

Example of Response Headers

The following shows an example of the response headers

HTTP/1.1 204 No Content
Date: Fri, 05 Jan 2018 05:38:18 GMT
Content-length: 0
X-oracle-dms-ecid: fd4f7481-e810-498f-9ef3-3cc199fcc455-0006eb27
X-oracle-dms-rid: 0:1
Back to Top