Thanks guys .. This is allowed.
I said below the request
SELECT OBJECT_NAME(P.object_id) AS TableName, Resource_type, request_session_id FROM sys.dm_tran_locks L JOIN sys.partitions P ON L.resource_associated_entity_id = p.hobt_id WHERE OBJECT_NAME(P.object_id) = 'P1Chronolog_IncidentActivityUpdates'
and killed the corresponding session
Kill session_ID
source share