Delete all user preferences for current user

delete

/developers/services/v1/portal/preferences

Delete all the Developer Portal user preferences

Request

There are no request parameters for this operation.

Back to Top

Response

204 Response

None

401 Response

Authentication required
Back to Top

Examples

The following example shows how to delete user preference 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/preferences

Example of Response Header

The following shows an example of the response header.

HTTP/1.1 204 No Content
Date: Thu, 15 Feb 2018 17:38:53 GMT
Content-length: 0
X-ORACLE-DMS-ECID: a7070a18-e96d-4e69-a511-58eafd07a798-0000fd87
X-ORACLE-DMS-RID: 0:1
Back to Top