Delete configuration

delete

/developers/services/v1/portal/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
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 the custom configuration that has been applies to the Oracle API Platform Cloud Service - Classic Consumer 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 200 OK
Date: Fri, 05 Jan 2018 05:38:18 GMT
Content-length: 0
X-ORACLE-DMS-ECID: 58bed2a9-72fe-43ac-9b45-9cd98e1f7279-00040337
X-ORACLE-DMS-RID: 0:1
Back to Top