Question
Rulesstack Private Limited
IN
Last activity: 12 Jan 2024 2:24 EST
DX API's using DELETE method.
Hi All,
I am trying on DX APIs in Pega Community version 23. I am using Postman for hitting Pega DX API's. I am using this API data/{data_view_ID} for CRUD operations.
I am able to create a record in Datatype and also I am able to update the same record using the same API. But if I try to delete the record. It is showing an error shown below.
{
"errorClassification": "Execution error",
"localizedValue": "Execution error.",
"errorDetails": [
{
"message": "Error_Execution_Error",
"erroneousInputOutputFieldInPage": "",
"erroneousInputOutputIdentifier": "",
"errorClassification": "",
Hi All,
I am trying on DX APIs in Pega Community version 23. I am using Postman for hitting Pega DX API's. I am using this API data/{data_view_ID} for CRUD operations.
I am able to create a record in Datatype and also I am able to update the same record using the same API. But if I try to delete the record. It is showing an error shown below.
{
"errorClassification": "Execution error",
"localizedValue": "Execution error.",
"errorDetails": [
{
"message": "Error_Execution_Error",
"erroneousInputOutputFieldInPage": "",
"erroneousInputOutputIdentifier": "",
"errorClassification": "",
"localizedValue": "An internal error occurred while fetching the results using data view. Please contact administrator.",
"messageParameters": []
}
]
}
How can I achieve this? Please help me.
I appreciate any help you can provide.