[Documentation]Verify that, when one has an inclusive registration on a Context Producer, one is able to delete entities locally and should get a BatchOperationResult structure
${response}=Delete Entity by Id${entity_id}
Check Response Status Code207${response.status_code}
Check JSON Value In Response Body['status']404${response.json()['errors'][0]['error']}
[Documentation]Verify that, when one has an inclusive registration on a Context Producer, one is able to delete entities on a Context Repository and should get a BatchOperationResult structure
${response}=Delete Entity by Id${entity_id}
Check Response Status Code207${response.status_code}
Check JSON Value In Response Body['error']404${response.json()['errors'][0]}
Check JSON Value In Response Body['entityId']${entity_id}${response.json()['errors'][0]}
Check JSON Value In Response Body['status']404${response.json()['errors'][0]['error']}