Skip to main content
Question

How can I completely delete a service resource in 26R1?

  • September 3, 2026
  • 1 reply
  • 8 views

Forum|alt.badge.img+4

Hi,

The service resource was never used. I don’t wand to hide or block this resource.

The URL: main/ifsapplications/projection/v1/ResourceIndividualsHandling.svc/ResourceSet(ResourceSeq=6403)

Method: POST

returns:

{
    "error": {
        "code": "DATABASE_ERROR",
        "message": "Database error occurred. Contact administrator.",
        "details": [
            {
                "code": 20116,
                "message": "ORA-20116: Resource.CONSTRAINT: The Resource \"6403\" is used by 592 rows in another object (Resource Base Schedule)."
            }
        ]
    }
}

Which API-Call do I have to use to remove the entries in Resource Base Schedule?

 

Best Regards

Michael

1 reply

Forum|alt.badge.img+4
  • Author
  • Do Gooder (Customer)
  • September 3, 2026

Sorry, please change method to: DELETE.

 

With this API-Call it is possible to show the entries:

“int/ifsapplications/entity/v1/ResourceBaseScheduleEntity.svc/ResourceBaseScheduleSet?$filter=(ResourceId eq '{ResourceId}')”