suspend fun deleteIMSProject(authorizationContext: GropiusAuthorizationContext, input: DeleteNodeInput)

Deletes a IMSProject by id Checks the authorization status

Parameters

authorizationContext

used to check for the required permission

input

defines which IMSProject to delete


suspend fun deleteIMSProject(imsProject: IMSProject)

Deletes a IMSProject Does not check the authorization status

Parameters

imsProject

the IMSProject to delete