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
Deletes a IMSProject Does not check the authorization status
Parameters
imsProject
the IMSProject to delete