La fonction de suggestion automatique permet d'affiner rapidement votre recherche en suggérant des correspondances possibles au fur et à mesure de la frappe.
Delete object schema error used in 2 places CANNOT_DELETE_OBJECT_TYPE_IN_USE
Hey, I'm trying to delete an object schema. I've already deleted all objects and workflow actions related to it.
But now I am getting this error and it's not telling me where it's being used. Any advice on how I can find out?
The error body:
{
status: 'error',
message: 'Object type 2-5717836 is currently used in 2 places and cannot be deleted',
correlationId: 'eb464f6b-dae0-4b47-b776-43f439663fd2',
context: { objectTypeId: [ '2-5717836' ], usageCount: [ '2' ] },
category: 'VALIDATION_ERROR',
subCategory: 'InboundDbObjectTypeError.CANNOT_DELETE_OBJECT_TYPE_IN_USE'
}