Reset User Personalization
post
/rest/v19/userPersonalizations/actions/reset
Use this endpoint to reset the Line Item Grid to default settings.
Request
Supported Media Types
- application/json
Root Schema : User Personalizations Collection Request Definitions
Type:
objectTitle:
Show Source
User Personalizations Collection Request Definitions-
componentName:
string
Title:
Component NameComponent name to remove -
entityType:
string
Title:
Entity TypeEntity type to remove -
personalizationName:
string
Title:
Personalization NameName of the personalization to remove
Response
Supported Media Types
- application/json
Default Response
Root Schema : User Personalizations Collection Response Definitions
Type:
objectTitle:
User Personalizations Collection Response DefinitionsExamples
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 -H "Authorization: Bearer <token>" - H "Content-type: application/json" "https://sitename.oracle.com/rest/v19/userPersonalizations/actions/reset
Request Body Sample
{
{
"personalizationName": "oraclecpqo-transaction-userState",
"componentName": "table-lineItem",
"entityType": "COMMERCE"
}
Response Body Sample
{
{
"items": []
}