Reset User Personalization

post

/rest/v16/userPersonalizations/actions/reset

Use this endpoint to reset the Line Item Grid to default settings.

Request

Supported Media Types
Body ()
Root Schema : User Personalizations Collection Request Definitions
Type: object
Title: User Personalizations Collection Request Definitions
Show Source
Back to Top

Response

Supported Media Types

Default Response

Body ()
Root Schema : User Personalizations Collection Response Definitions
Type: object
Title: User Personalizations Collection Response Definitions
Back to Top

Examples

The following example shows how to reset the Line Item Grid to default settings by submitting a POST request to the REST resource using cURL. For more information about cURL, see Use cURL.

curl - X POST - i - H "Authorization: Basic dXNlcm5hbWU6cGFzc3dvcmQg" - H "Content-type: application/json"
"https://sitename.oracle.com/rest/v16/userPersonalizations/actions/reset

Request Body Sample

{
 {
  "personalizationName": "oraclecpqo-transaction-userState",
  "componentName": "table-lineItem",
  "entityType": "COMMERCE"
}

Response Body Sample

{
 {
  "items": []
}
Back to Top