Delete Datamart Orphan Objects

post/datamart.deleteobsoletes/delete

Deletes orphan Datamart objects. Identifies and deletes objects considered obsolete. Objects such as:

  • Datamart Tables with missing owners.
  • Data Loads for which the target Field Cache was deleted.
  • Analytics (PriceAnalyzer) tables without a matching deployed Field Cache (FC).
Securitybasic or X-PriceFx-jwt
Responses
200

OK

Response Schema: application/json
object
Array of objects
Array
dmtsWithMissingOwner
object
dlsWithMissingTarget
object
orphanPaDbTables
object
status
integer
Request samples
Response samples
application/json
{
  • "response": {
    • "data": [
      • {
        • "dmtsWithMissingOwner": {
          },
        • "dlsWithMissingTarget": { },
        • "orphanPaDbTables": {
          }
        }
      ],
    • "status": 0
    }
}