Delete configuration

delete

/apiplatform/developers/v1/customization/configuration

Deletes the custom Developer Portal configuration settings. This restores the Developer Portal to its default configuration.

Users requesting this resource must be assigned the Administrator role.

Request

Query Parameters
portalName
Type: string
Optional portal name query parameter, for site-specific settings

Response

200 Response
None
401 Response
Authentication required.
403 Response
Not allowed to delete.

Examples

The following example shows how to delete the custom configuration that has been applies to the Oracle API Platform Cloud Service 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/apiplatform/developers/v1/customization/configuration

Example of Response Headers

The following shows an example of the response headers.

HTTP/1.1 200 OK
Server: Oracle-Traffic-Director/12.2.1.0.0
Date: Sun, 01 Jan 2017 16:13:46 GMT
Content-length: 0
X-oracle-dms-ecid: 7Gs7D0PnR00000000
X-oracle-dms-rid: 0:1
Via: 1.1 otd_opc
Proxy-agent: Oracle-Traffic-Director/12.2.1.0.0